diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/git/manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/git/manifests/init.pp b/modules/git/manifests/init.pp index 1a3648fd..e7bda687 100644 --- a/modules/git/manifests/init.pp +++ b/modules/git/manifests/init.pp @@ -90,7 +90,8 @@ class git { content => template('git/config.puppet'), } - exec { "/usr/local/bin/apply_git_puppet_config.sh": + # $name is not really used, but this prevent duplicate declaration error + exec { "/usr/local/bin/apply_git_puppet_config.sh $name": cwd => $name, user => "root", refreshonly => true |