From 57da0ebe11e5b6f99dc96c13845e4b3205442df1 Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 9 Nov 2009 18:00:37 +0100 Subject: safe_mode_bin links --- manifests/vhost/php/safe_mode_bin.pp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifests/vhost/php/safe_mode_bin.pp (limited to 'manifests/vhost/php') diff --git a/manifests/vhost/php/safe_mode_bin.pp b/manifests/vhost/php/safe_mode_bin.pp new file mode 100644 index 0000000..b4f3de5 --- /dev/null +++ b/manifests/vhost/php/safe_mode_bin.pp @@ -0,0 +1,16 @@ +# 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( + $path +){ + $substr=regsubst($name,'^.*\/','','G') + $real_path = "$path/$substr" + apache::file::link{ "$real_path": + target => regsubst($name,'^.*_','') + } +} + -- cgit v1.2.3