From: Peter Palfrader Date: Sat, 5 Sep 2009 15:34:19 +0000 (+0200) Subject: Oh puppet, you are so picky X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab2083412262a2760e8ec30a8f4d1dbfa6def3c5;p=dsa-puppet.git Oh puppet, you are so picky --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 8e9a7950..0e74f7b1 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -6,7 +6,7 @@ class apache2 { file { "/etc/apache2/conf.d/ressource-limits": - template("apache2/ressource-limits.erb"), + content => template("apache2/ressource-limits.erb"), require => Package["apache2"], notify => Exec["apache2 reload"]; "/etc/apache2/conf.d/security":