From 21da02c7d27e32815d3c4e52654b2738a6625fc2 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 23 May 2011 10:26:00 +0000 Subject: fix previous commit --- modules/git/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/git/manifests') 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'), } -- cgit v1.2.1