summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-29 13:44:24 +0000
committerandreas <andreas@immerda.ch>2008-02-29 13:44:24 +0000
commit1d51bf4f9f3673ce20fa0f1ef6ad242c00308aa4 (patch)
tree799eaa40013ea850193813ae1af83190527a6e11 /manifests/init.pp
parent449ab4362b56ca4d00502daa519ec555077e1a69 (diff)
test
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1478013..03a35dd 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -121,6 +121,7 @@ define apache::vhost::file(
group => 0,
mode => 0644,
require => File[$vhosts_dir],
+ require => Package[apache],
notify => Service[apache],
}
}