diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-08 15:51:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-08 15:51:54 -0200 |
commit | 953ae8bd7495cdd2b17a16abd9ba679b896195c9 (patch) | |
tree | 7173bad75addd4f9a4507a514a828c030c139c0f | |
parent | e158454f77d8a01b7c2b6ff08f1a3f66b22a0985 (diff) | |
download | puppet-nodo-953ae8bd7495cdd2b17a16abd9ba679b896195c9.tar.gz puppet-nodo-953ae8bd7495cdd2b17a16abd9ba679b896195c9.tar.bz2 |
Package php5-ffmpeg moved to php module
-rw-r--r-- | manifests/subsystems/utils.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index e2dde6d..7a2a0f4 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', + package { [ 'ffmpeg', 'flvtool2', 'curl', 'rake' 'libxml2', 'libxml2-dev', 'libxslt1-dev', 'libmysqlclient-dev', - 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev', 'rake' ]: + 'g++', 'libcurl4-openssl-dev', 'apache2-prefork-dev' ]: ensure => installed, } } |