summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index 3d9664d..554e7b2 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -40,7 +40,6 @@ class apache::centos inherits apache::package {
[ '/var/www/vhosts/[^/]*/www(/.*)?',
'/var/www/vhosts/[^/]*/non_public(/.*)?',
'/var/www/vhosts/[^/]*/data(/.*)?',
- '/var/www/vhosts/[^/]*/g2data(/.*)?',
'/var/www/vhosts/[^/]*/upload(/.*)?' ]:
require => Package['apache'],
setype => $seltype_rw;