aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-27 20:20:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-27 20:20:43 -0300
commit85c028d4dcf18177778c586e1dbf6c7322e3d457 (patch)
tree023c79873b599110ff7a314fe802ba69dc10f11a
parent4bca6412bf80376f4bc2ebc790839e1bb2e6b785 (diff)
downloadpuppet-php-85c028d4dcf18177778c586e1dbf6c7322e3d457.tar.gz
puppet-php-85c028d4dcf18177778c586e1dbf6c7322e3d457.tar.bz2
Adding php5-gmp package
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c2c152f..9961db3 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", "php5-ffmpeg", "php5-curl", "php5-suhosin" ]:
+ package { [ "php5", "php5-mysql", "php5-cli", "php5-ffmpeg", "php5-curl", "php5-suhosin", "php5-gmp" ]:
ensure => installed,
}