diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-21 10:33:40 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-21 10:33:40 +0000 |
commit | 6d9c58b76c8fc5efcfd08fc5bee3f6d978e3537b (patch) | |
tree | 695eebdbb2d70a26c15ba012b5c3fbfb31acb33c /deployment/websites | |
parent | 1faff7b6e481a092ce57324562da15b8f237a25d (diff) | |
download | puppet-6d9c58b76c8fc5efcfd08fc5bee3f6d978e3537b.tar puppet-6d9c58b76c8fc5efcfd08fc5bee3f6d978e3537b.tar.gz puppet-6d9c58b76c8fc5efcfd08fc5bee3f6d978e3537b.tar.bz2 puppet-6d9c58b76c8fc5efcfd08fc5bee3f6d978e3537b.tar.xz puppet-6d9c58b76c8fc5efcfd08fc5bee3f6d978e3537b.zip |
websites::www: remove apache::mod::geoip
As it doesn't seem to be used (only php-geoip is used), and is not
available in Mageia.
Diffstat (limited to 'deployment/websites')
-rw-r--r-- | deployment/websites/manifests/www.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp index 9787af18..0f7a7841 100644 --- a/deployment/websites/manifests/www.pp +++ b/deployment/websites/manifests/www.pp @@ -6,7 +6,6 @@ class websites::www { include apache::var include apache::mod::php - include apache::mod::geoip # for mailman reverse proxy, on ssl include apache::mod::proxy |