summaryrefslogtreecommitdiff
path: root/manifests/package.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-08-07 18:21:46 +0200
committermh <mh@immerda.ch>2011-08-07 18:21:46 +0200
commit78b1864e8dc93bd04f9901e67016e95d16e904a2 (patch)
tree30c0481d9a450e4ed50f3d18b7fe90fdb81d95a5 /manifests/package.pp
parentd7e68d7835491c852fbb4a1832040c98eea14122 (diff)
fix dependency
Diffstat (limited to 'manifests/package.pp')
-rw-r--r--manifests/package.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/package.pp b/manifests/package.pp
index 9ca5357..3308b37 100644
--- a/manifests/package.pp
+++ b/manifests/package.pp
@@ -19,6 +19,9 @@ class apache::package inherits apache::base {
File['modules_dir']{
require => Package[apache],
}
+ File['include_dir']{
+ require => Package[apache],
+ }
File['web_dir']{
require => Package[apache],
}