]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/apache2/manifests/init.pp
powell is dead. long live powell
[dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 0c15379c85e13446d25580e074709f3163b76a35..3533856f09e45a836f782f83fef9f3c40b2649ff 100644 (file)
@@ -29,6 +29,10 @@ class apache2 {
                source => 'puppet:///modules/apache2/security',
        }
 
+       apache2::config { 'logformat-privacy':
+               source => 'puppet:///modules/apache2/logformat-privacy',
+       }
+
        apache2::config { 'local-serverinfo':
                source => 'puppet:///modules/apache2/local-serverinfo',
        }
@@ -77,7 +81,7 @@ class apache2 {
                }
        }
 
-       if $::hostname in [busoni,duarte,holter,lindberg,master,powell,beach] {
+       if $::hostname in [busoni,holter,lindberg,master,beach,buxtehude] {
                include apache2::dynamic
        } else {
                @ferm::rule { 'dsa-http':