X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fapache2%2Fmanifests%2Finit.pp;h=a7715586fd69c27400a983a0e4dcff0d90e6d213;hb=709438a136ff74644565a7c81ceefb922ca6b519;hp=dec6a4a2fdc611bf0cfda444dfc6afa76a215d47;hpb=9041cedfeb58ddc5340713c709e6c8decd86cbbd;p=dsa-puppet.git diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index dec6a4a2..a7715586 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -69,13 +69,15 @@ class apache2 { ensure => installed, require => Package['apache2'], } - apache2::config { 'suhosin.ini': - content => 'puppet:///modules/apache2/suhosin.ini', + + 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] { + if $::hostname in [busoni,holter,lindberg,master,powell,beach,buxtehude,widor] { include apache2::dynamic } else { @ferm::rule { 'dsa-http':