From ab2083412262a2760e8ec30a8f4d1dbfa6def3c5 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 5 Sep 2009 17:34:19 +0200 Subject: [PATCH] Oh puppet, you are so picky --- modules/apache2/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": -- 2.39.2