diff options
-rw-r--r-- | modules/phpbb/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 0cf5fd0c..06634821 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -3,7 +3,7 @@ class phpbb { include apache::mod_php include mysql - package { ["php-gd","php-xml","php-zlib","php-ftp","php-magickwand" ] + package { ["php-gd","php-xml","php-zlib","php-ftp","php-magickwand" ] : ensure => installed } |