diff options
Diffstat (limited to 'sitemodules/profiles/templates/puppet_server/git-pull-hook.ini.epp')
-rw-r--r-- | sitemodules/profiles/templates/puppet_server/git-pull-hook.ini.epp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sitemodules/profiles/templates/puppet_server/git-pull-hook.ini.epp b/sitemodules/profiles/templates/puppet_server/git-pull-hook.ini.epp index 8d292b2..2876c16 100644 --- a/sitemodules/profiles/templates/puppet_server/git-pull-hook.ini.epp +++ b/sitemodules/profiles/templates/puppet_server/git-pull-hook.ini.epp @@ -6,3 +6,4 @@ ssh_passphrase=<%= $ssh_passphrase %> tokens=<%= $tokens.join(',') %> git_directory=<%= $git_directory %> +logfile=/var/log/git-pull-hook.log |