summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-02-23 15:17:06 +0100
committermh <mh@immerda.ch>2014-02-23 15:17:06 +0100
commitbcb25abcb26f7ebb522f3c0dc3288c6a97ccf158 (patch)
tree091fab6e30f59bdc1ea31007c8006e20c7ccf9fd /manifests/centos.pp
parent266a521842e55c5afdb9fe849c3fe392bb0b4ae2 (diff)
introduce a datadir for all dynamic hostings
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index 02adf77..3d9664d 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -39,6 +39,7 @@ class apache::centos inherits apache::package {
selinux::fcontext{
[ '/var/www/vhosts/[^/]*/www(/.*)?',
'/var/www/vhosts/[^/]*/non_public(/.*)?',
+ '/var/www/vhosts/[^/]*/data(/.*)?',
'/var/www/vhosts/[^/]*/g2data(/.*)?',
'/var/www/vhosts/[^/]*/upload(/.*)?' ]:
require => Package['apache'],