aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-15 17:05:53 +0000
committerMichael Scherer <misc@mageia.org>2012-01-15 17:05:53 +0000
commitf65f34d1e94e6b8177dcb4e3ad8b5a2ea51adbcd (patch)
tree675ae68835e353fd2308be16a1a16029d5cc3525 /modules/subversion
parenta0afb576788f9530d47883e2bc5c4099c8912c2c (diff)
downloadpuppet-f65f34d1e94e6b8177dcb4e3ad8b5a2ea51adbcd.tar
puppet-f65f34d1e94e6b8177dcb4e3ad8b5a2ea51adbcd.tar.gz
puppet-f65f34d1e94e6b8177dcb4e3ad8b5a2ea51adbcd.tar.bz2
puppet-f65f34d1e94e6b8177dcb4e3ad8b5a2ea51adbcd.tar.xz
puppet-f65f34d1e94e6b8177dcb4e3ad8b5a2ea51adbcd.zip
fix another stupid typo
Diffstat (limited to 'modules/subversion')
-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 fff04cd2..5a347573 100644
--- a/modules/subversion/manifests/hook.pp
+++ b/modules/subversion/manifests/hook.pp
@@ -17,7 +17,7 @@ class subversion {
$array = split($name,'\|')
$repo = $array[0]
$script = $array[1]
- file { "$repo/hook/$type.d/$script":
+ file { "$repo/hooks/$type.d/$script":
content => $content,
mode => 755,
}