diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-29 20:15:08 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-29 20:15:08 +0000 |
commit | 008e72818c517857b16da51871bca3b85510831c (patch) | |
tree | c33597e1a71f846008a99478c129e13ce88dc71d /modules | |
parent | bc0f76e075b58308ff14e7d9638acfae3a2d59b7 (diff) | |
download | puppet-008e72818c517857b16da51871bca3b85510831c.tar puppet-008e72818c517857b16da51871bca3b85510831c.tar.gz puppet-008e72818c517857b16da51871bca3b85510831c.tar.bz2 puppet-008e72818c517857b16da51871bca3b85510831c.tar.xz puppet-008e72818c517857b16da51871bca3b85510831c.zip |
- remove incorrect requirement of mysql, as found out by pascal
Diffstat (limited to 'modules')
-rw-r--r-- | modules/phpbb/manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index c796a099..7cc2f9f7 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -4,7 +4,6 @@ class phpbb { $user = "phpbb" include apache::mod_php - include mysql package { ["php-gd", "php-xml", |