X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fapache2%2Fmanifests%2Finit.pp;h=1f232b931f49d18654bd5cfeba0c54eb47e004d3;hb=a80cfae95930349ead13a6d1d09964f5cb0fc153;hp=0c15379c85e13446d25580e074709f3163b76a35;hpb=efe9f7a25834c736407891e7a1b0832dba16ba8b;p=mirror%2Fdsa-puppet.git diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 0c15379c8..1f232b931 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -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,powell,beach,buxtehude] { include apache2::dynamic } else { @ferm::rule { 'dsa-http':