aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/manifests/init.pp')
-rw-r--r--modules/git/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp
index e7bda687..e1bc870e 100644
--- a/modules/git/manifests/init.pp
+++ b/modules/git/manifests/init.pp
@@ -86,7 +86,7 @@ class git {
file { "$name/config.puppet":
ensure => present,
require => File["$name/git-daemon-export-ok"],
- notify => Exec['/usr/local/bin/apply_git_puppet_config.sh'],
+ notify => Exec["/usr/local/bin/apply_git_puppet_config.sh $name"],
content => template('git/config.puppet'),
}