X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fapache2%2Fmanifests%2Finit.pp;h=d8990b1fccc09c061d2ccca3f0e54c250e240941;hb=b41bbe0bcc0ca74548ff8e99c3014452a7dc64f2;hp=b89bafe12bda6805c7b92ad3df8b83081c70847e;hpb=81539d50730aeffc1418d8f597a90587ba1594a0;p=dsa-puppet.git diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index b89bafe1..d8990b1f 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', } @@ -64,20 +68,7 @@ class apache2 { script => 'ps_', } - if $php5 { - package { 'php5-suhosin': - ensure => installed, - require => Package['apache2'], - } - - file { '/etc/php5/conf.d/suhosin.ini': - source => 'puppet:///modules/apache2/suhosin.ini', - require => Package['php5-suhosin'], - notify => Service['apache2'], - } - } - - if $::hostname in [busoni,duarte,holter,lindberg,master,powell,beach,buxtehude,widor] { + if $::hostname in [holter,beach,buxtehude,picconi,pkgmirror-1and1] { include apache2::dynamic } else { @ferm::rule { 'dsa-http':