aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/manifests/hook.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/subversion/manifests/hook.pp')
-rw-r--r--modules/subversion/manifests/hook.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/manifests/hook.pp b/modules/subversion/manifests/hook.pp
index 08b626ad..a29ae22d 100644
--- a/modules/subversion/manifests/hook.pp
+++ b/modules/subversion/manifests/hook.pp
@@ -2,7 +2,7 @@ define subversion::hook($content, $type) {
$array = split($name,'\|')
$repo = $array[0]
$script = $array[1]
- file { "$repo/hooks/$type.d/$script":
+ file { "${repo}/hooks/${type}.d/${script}":
content => $content,
mode => '0755',
}