aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-11 18:33:29 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-11 18:33:29 +0000
commitc51532072021553a2f13f0a6fb33b816716c375d (patch)
tree3d1963b2ae5c8ad97396b8a8d17f5631f6883af2 /modules/subversion/manifests
parent9f5934beca766db79f724ded71596b1a0b6a3b6d (diff)
downloadpuppet-c51532072021553a2f13f0a6fb33b816716c375d.tar
puppet-c51532072021553a2f13f0a6fb33b816716c375d.tar.gz
puppet-c51532072021553a2f13f0a6fb33b816716c375d.tar.bz2
puppet-c51532072021553a2f13f0a6fb33b816716c375d.tar.xz
puppet-c51532072021553a2f13f0a6fb33b816716c375d.zip
subversion: remove "dynamic lookup" warnings
Diffstat (limited to 'modules/subversion/manifests')
-rw-r--r--modules/subversion/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp
index 01b06a62..54dd776f 100644
--- a/modules/subversion/manifests/init.pp
+++ b/modules/subversion/manifests/init.pp
@@ -65,7 +65,7 @@ class subversion {
# - openldap , like named
define syntax_check($regexp_ext,$check_cmd) {
- file { "$local_dir/pre-commit.d/$name":
+ file { "${subversion::server::local_dir}/pre-commit.d/$name":
mode => '0755',
content => template('subversion/syntax_check.sh')
}