summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2009-11-18 16:55:34 +0100
committerAndreas <andreas@immerda.ch>2009-11-18 16:55:34 +0100
commitf51d0e0184e76cffb8220858c6735c50de3e19b1 (patch)
treec108992b71f42a2d4c36e7786f43d181a09163fa /manifests
parent1b2310bab053cd40616e9740f9d38ef8826b3764 (diff)
link is not apache specific
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/php/safe_mode_bin.pp2
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,'^.*_','')
}
}