aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-08 15:50:52 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-08 15:50:52 -0200
commitee9a5c97c4cc5c8d841fc72e050fc7ab72d1732f (patch)
tree6a0274d637267edd21c4c7c2c718664be961ec0d
parenta076ddabe41cbb8e4a71257c5a74ad7bf1630b82 (diff)
downloadpuppet-php-ee9a5c97c4cc5c8d841fc72e050fc7ab72d1732f.tar.gz
puppet-php-ee9a5c97c4cc5c8d841fc72e050fc7ab72d1732f.tar.bz2
Adding php5-ffmpeg and php5-curl
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 7c77b04..714c0bc 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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,
}