]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Adding php5-ffmpeg and php5-curl
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Feb 2011 17:50:52 +0000 (15:50 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Feb 2011 17:50:52 +0000 (15:50 -0200)
manifests/init.pp

index 7c77b048455bf4fcc25e2fd19c76c3f03cbd63a5..714c0bccf51147f351d833f1780462aefcd44e3b 100644 (file)
@@ -20,7 +20,7 @@ class php {
   include pear
 
   # The needed packages
-  package { [ "php5", "php5-mysql", "php5-cli" ]:
+  package { [ "php5", "php5-mysql", "php5-cli", "php5-ffmpeg", "php5-curl" ]:
     ensure => installed,
   }