aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-15 17:00:27 +0000
committerMichael Scherer <misc@mageia.org>2012-01-15 17:00:27 +0000
commita0afb576788f9530d47883e2bc5c4099c8912c2c (patch)
treea2c04bb46a1ab18b7e7f51aa9adf30d6529fc2b8 /modules/subversion
parentdcb3248770865aa4d3db4bded50681e2731c354d (diff)
downloadpuppet-a0afb576788f9530d47883e2bc5c4099c8912c2c.tar
puppet-a0afb576788f9530d47883e2bc5c4099c8912c2c.tar.gz
puppet-a0afb576788f9530d47883e2bc5c4099c8912c2c.tar.bz2
puppet-a0afb576788f9530d47883e2bc5c4099c8912c2c.tar.xz
puppet-a0afb576788f9530d47883e2bc5c4099c8912c2c.zip
fix 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 8c94f5ad..fff04cd2 100644
--- a/modules/subversion/manifests/hook.pp
+++ b/modules/subversion/manifests/hook.pp
@@ -15,7 +15,7 @@ class subversion {
define commit_hook($content, $type) {
$array = split($name,'\|')
- $repos = $array[0]
+ $repo = $array[0]
$script = $array[1]
file { "$repo/hook/$type.d/$script":
content => $content,