aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-02-12 22:05:26 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-02-12 22:05:26 +0000
commitb8aeb7ee87cf3caec921f351b82f30c48571bdce (patch)
treee2108736c7c2947808639fbb596d2ca1af0509ae /modules/phpbb
parent7db9f66e024f45c2b559f0bfdd5042646fd45fe2 (diff)
downloadpuppet-b8aeb7ee87cf3caec921f351b82f30c48571bdce.tar
puppet-b8aeb7ee87cf3caec921f351b82f30c48571bdce.tar.gz
puppet-b8aeb7ee87cf3caec921f351b82f30c48571bdce.tar.bz2
puppet-b8aeb7ee87cf3caec921f351b82f30c48571bdce.tar.xz
puppet-b8aeb7ee87cf3caec921f351b82f30c48571bdce.zip
Fix typo
Diffstat (limited to 'modules/phpbb')
-rw-r--r--modules/phpbb/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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
}