diff options
Diffstat (limited to 'manifests/vhost/php')
-rw-r--r-- | manifests/vhost/php/safe_mode_bin.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/safe_mode_bin.pp b/manifests/vhost/php/safe_mode_bin.pp index b4f3de5..aad4a29 100644 --- a/manifests/vhost/php/safe_mode_bin.pp +++ b/manifests/vhost/php/safe_mode_bin.pp @@ -9,7 +9,7 @@ define apache::vhost::php::safe_mode_bin( ){ $substr=regsubst($name,'^.*\/','','G') $real_path = "$path/$substr" - apache::file::link{ "$real_path": + link{ "$real_path": target => regsubst($name,'^.*_','') } } |