diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-12-16 18:23:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-12-16 18:23:45 -0200 |
commit | 6909706e566b7c5e06ea3b86c18b4ea8e1b5b466 (patch) | |
tree | 3950c7500d48e83316cbdf0c04b60ef0a4845484 | |
parent | d03af1e62e055a7620ebe0e8e344c1e4c22f3159 (diff) | |
download | puppet-nodo-6909706e566b7c5e06ea3b86c18b4ea8e1b5b466.tar.gz puppet-nodo-6909706e566b7c5e06ea3b86c18b4ea8e1b5b466.tar.bz2 |
Adding rake into utils::web
-rw-r--r-- | manifests/subsystems/utils.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 59251d2..f475445 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -28,9 +28,9 @@ class utils::storage { # Common utilities for web class utils::web { - package { [ 'ffmpeg', 'flvtool2', 'php5-ffmpeg', 'curl', - 'libxml2', 'libxml2-dev', 'libxslt1-dev', 'libmysqlclient-dev', - 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev' ]: + package { [ 'ffmpeg', 'flvtool2', 'php5-ffmpeg', 'curl', + 'libxml2', 'libxml2-dev', 'libxslt1-dev', 'libmysqlclient-dev', + 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev', 'rake' ]: ensure => installed, } } |