diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-02-12 22:05:26 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-02-12 22:05:26 +0000 |
commit | b8aeb7ee87cf3caec921f351b82f30c48571bdce (patch) | |
tree | e2108736c7c2947808639fbb596d2ca1af0509ae /modules | |
parent | 7db9f66e024f45c2b559f0bfdd5042646fd45fe2 (diff) | |
download | puppet-b8aeb7ee87cf3caec921f351b82f30c48571bdce.tar puppet-b8aeb7ee87cf3caec921f351b82f30c48571bdce.tar.gz puppet-b8aeb7ee87cf3caec921f351b82f30c48571bdce.tar.bz2 puppet-b8aeb7ee87cf3caec921f351b82f30c48571bdce.tar.xz puppet-b8aeb7ee87cf3caec921f351b82f30c48571bdce.zip |
Fix typo
Diffstat (limited to 'modules')
-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 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 } |