From 6d6e28eef37e2ec3701efee46ed8ad9161ea59ac Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Sat, 12 Feb 2011 22:49:13 +0000 Subject: add missing : --- modules/phpbb/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.1