aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 23:23:53 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 23:23:53 +0000
commit8f722ffae102063d4920c3f22243ba09d8bab902 (patch)
treee5dc7b753605ce88ebe91a58fcfec86a02d88559
parente989b2e5f33b1e752a8a0955a3904f5e912b4743 (diff)
downloadpuppet-8f722ffae102063d4920c3f22243ba09d8bab902.tar
puppet-8f722ffae102063d4920c3f22243ba09d8bab902.tar.gz
puppet-8f722ffae102063d4920c3f22243ba09d8bab902.tar.bz2
puppet-8f722ffae102063d4920c3f22243ba09d8bab902.tar.xz
puppet-8f722ffae102063d4920c3f22243ba09d8bab902.zip
fix (again) the manifests
-rw-r--r--modules/apache/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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"],
}