summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..aa47c6c 100644
--- a/manifests/package.pp
+++ b/manifests/package.pp
@@ -25,5 +25,8 @@ class apache::package inherits apache::base {
File['htpasswd_dir']{
require => Package[apache],
}
+ File['include_dir']{
+ require => Package[apache],
+ }
}