X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fapache2%2Fmanifests%2Finit.pp;h=1f232b931f49d18654bd5cfeba0c54eb47e004d3;hb=b8ad6aee2a6d1f39aecdaacbf234941edcc1d4f0;hp=b89bafe12bda6805c7b92ad3df8b83081c70847e;hpb=23b4b5adae9a75e3fcb27261b559b2fb497f85c3;p=mirror%2Fdsa-puppet.git diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index b89bafe12..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,buxtehude,widor] { + if $::hostname in [busoni,holter,lindberg,master,powell,beach,buxtehude] { include apache2::dynamic } else { @ferm::rule { 'dsa-http':