From b8aeb7ee87cf3caec921f351b82f30c48571bdce Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Sat, 12 Feb 2011 22:05:26 +0000 Subject: Fix typo --- modules/phpbb/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/phpbb') diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 5b850cc6..0cf5fd0c 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