aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-12-16 09:53:44 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-12-16 09:53:44 -0200
commit6c2e3dba73d4ffaee51cafe42a1f30961f665384 (patch)
treea96577f447d133c8c3e5de315bcc10e49707ddf2 /manifests/init.pp
parent9593e616a6b6f998e24b1b8d5dd0f4fad3de617d (diff)
downloadpuppet-php-6c2e3dba73d4ffaee51cafe42a1f30961f665384.tar.gz
puppet-php-6c2e3dba73d4ffaee51cafe42a1f30961f665384.tar.bz2
Composer and optional packages
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 2901bf9..b2fb4ba 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -22,6 +22,11 @@ class php {
ensure => installed,
}
+ # Optional packages
+ package { [ "php5-gd", "php5-imagick" ]:
+ ensure => installed,
+ }
+
# Not available anymore
package { 'php5-suhosin':
ensure => absent,