remove confusing apache::cache manifest
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 15a2a34..32d35eb 100644 (file)
@@ -19,14 +19,7 @@ class apache2 {
        apache2::module { 'info': }
        apache2::module { 'status': }
        apache2::module { 'headers': }
-
-       package { 'libapache2-mod-macro':
-               ensure => installed
-       }
-
-       apache2::module { 'macro':
-               require => Package['libapache2-mod-macro']
-       }
+       apache2::module { 'macro': }
 
        apache2::site { '00-default':
                site     => 'default-debian.org',
@@ -138,6 +131,10 @@ class apache2 {
        munin::check { 'ps_apache2':
                script => 'ps_',
        }
+       # The munin script needs this
+       package { 'libwww-perl':
+               ensure => installed,
+       }
 
        if $::hostname in [beach,buxtehude,picconi,pkgmirror-csail] {
                include apache2::dynamic