diff options
author | Michael Scherer <misc@mageia.org> | 2012-01-08 23:23:53 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-01-08 23:23:53 +0000 |
commit | 8f722ffae102063d4920c3f22243ba09d8bab902 (patch) | |
tree | e5dc7b753605ce88ebe91a58fcfec86a02d88559 /modules/apache | |
parent | e989b2e5f33b1e752a8a0955a3904f5e912b4743 (diff) | |
download | puppet-8f722ffae102063d4920c3f22243ba09d8bab902.tar puppet-8f722ffae102063d4920c3f22243ba09d8bab902.tar.gz puppet-8f722ffae102063d4920c3f22243ba09d8bab902.tar.bz2 puppet-8f722ffae102063d4920c3f22243ba09d8bab902.tar.xz puppet-8f722ffae102063d4920c3f22243ba09d8bab902.zip |
fix (again) the manifests
Diffstat (limited to 'modules/apache')
-rw-r--r-- | modules/apache/manifests/init.pp | 2 |
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"], } |