summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-04-25 18:00:53 +0200
committermh <mh@immerda.ch>2014-04-25 18:00:53 +0200
commit30512c2321f5f979bdfe7400593a10d0936da1e0 (patch)
treef4403085a46d750e629ec2096e3585f210254e7b /manifests/centos.pp
parent7a1c4171e81dd4550e403fc211b582d610e20671 (diff)
use builtin language function instead of an own one
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;