diff options
author | Michael Scherer <misc@mageia.org> | 2011-05-23 10:26:00 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-05-23 10:26:00 +0000 |
commit | 21da02c7d27e32815d3c4e52654b2738a6625fc2 (patch) | |
tree | 08bf9cc27da99e181385079d2a9509ef822d5736 /modules/git | |
parent | e0d2d02ef1c253bf59ee865756866129a668704d (diff) | |
download | puppet-21da02c7d27e32815d3c4e52654b2738a6625fc2.tar puppet-21da02c7d27e32815d3c4e52654b2738a6625fc2.tar.gz puppet-21da02c7d27e32815d3c4e52654b2738a6625fc2.tar.bz2 puppet-21da02c7d27e32815d3c4e52654b2738a6625fc2.tar.xz puppet-21da02c7d27e32815d3c4e52654b2738a6625fc2.zip |
fix previous commit
Diffstat (limited to 'modules/git')
-rw-r--r-- | modules/git/manifests/init.pp | 2 |
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'), } |