From 8f722ffae102063d4920c3f22243ba09d8bab902 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 8 Jan 2012 23:23:53 +0000 Subject: fix (again) the manifests --- modules/apache/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp index 82e00852..d15b3be9 100644 --- a/modules/apache/manifests/init.pp +++ b/modules/apache/manifests/init.pp @@ -2,7 +2,7 @@ class apache { define config($content) { file { $name: - content => $content + content => $content, require => Package["apache-conf"], notify => Service["apache"], } -- cgit v1.2.1