summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-05-11 10:25:27 +0200
committerduritong <peter.meier@immerda.ch>2009-05-17 15:46:32 +0200
commitd74a9ae62ef8cf09f2e16e9be7c2ed52eae55484 (patch)
tree5242264b928592c68ca719b969c347b8c9c64bd3 /manifests/init.pp
parent914f6cbf5d692175d2fb3f36db75c4eccdfdf24a (diff)
merged with immerda
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1316bf1..90a84a0 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -88,6 +88,9 @@ class apache::package inherits apache::base {
File['vhosts_dir']{
require => Package[apache],
}
+ File['config_dir']{
+ require => Package[apache],
+ }
Service['apache']{
require => Package[apache],
}