summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-03-21 21:48:44 +0000
committermh <mh@immerda.ch>2008-03-21 21:48:44 +0000
commit8dbae2e820e226d23db99c1c960893d436de8adf (patch)
tree1d85210ea50de1a0fbffc6fa4a082ea4f13a1e04 /manifests/init.pp
parente0d7a8bda5760985d0abed379e41f67d0998d81a (diff)
another try
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 56bc1e0..d147905 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -75,7 +75,7 @@ class apache::gentoo inherits apache::base {
$config_dir = '/etc/apache2/'
# needs module gentoo
- gentoo::etcconfd { apache2: }
+ gentoo::etcconfd { apache2: require => "Package[apache]", notify => "Service[apache]"}
Package[apache]{
category => 'www-servers',