summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/safe_mode_bin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/php/safe_mode_bin.pp')
-rw-r--r--manifests/vhost/php/safe_mode_bin.pp8
1 files changed, 1 insertions, 7 deletions
diff --git a/manifests/vhost/php/safe_mode_bin.pp b/manifests/vhost/php/safe_mode_bin.pp
index e04557c..4a3574d 100644
--- a/manifests/vhost/php/safe_mode_bin.pp
+++ b/manifests/vhost/php/safe_mode_bin.pp
@@ -1,9 +1,3 @@
-# run_mode:
-# - normal: nothing special (*default*)
-# - itk: apache is running with the itk module
-# and run_uid and run_gid are used as vhost users
-# run_uid: the uid the vhost should run as with the itk module
-# run_gid: the gid the vhost should run as with the itk module
define apache::vhost::php::safe_mode_bin(
$ensure = 'present',
$path
@@ -12,7 +6,7 @@ define apache::vhost::php::safe_mode_bin(
$real_path = "$path/$substr"
file{$real_path:
ensure => $ensure ? {
- 'present' => regsubst($name,'^.*_',''),
+ 'present' => regsubst($name,'^.*@',''),
default => absent,
}
}