From 859f4bf4e65ed3955958b9d5b213e619884622e3 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Fri, 18 May 2012 20:52:47 +0100 Subject: [PATCH] Revert "we can use our own idiom" This reverts commit 9041cedfeb58ddc5340713c709e6c8decd86cbbd. --- modules/apache2/manifests/init.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index dec6a4a2f..d2e499837 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -69,9 +69,11 @@ 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'], } } -- 2.20.1