]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Package php5-ffmpeg moved to php module
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Feb 2011 17:51:54 +0000 (15:51 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Feb 2011 17:51:54 +0000 (15:51 -0200)
manifests/subsystems/utils.pp

index e2dde6d417c80b9d8f5775c18982c40199e61da0..7a2a0f4ea034a911ac3eca69ece280477a8da1a1 100644 (file)
@@ -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,
   }
 }