diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-04-14 21:26:05 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-04-14 21:26:05 +0200 |
commit | 55f251c9f812d42ba9f0586ca5434478a42fb4c1 (patch) | |
tree | 2453e9dc2df178e6692aa252e3ceb8c3e01cc665 /sitemodules/profiles/templates/puppet_server | |
parent | 1d085ce6103c9ad64233c805c3fc0d1f01e7d505 (diff) | |
download | cacert-puppet-55f251c9f812d42ba9f0586ca5434478a42fb4c1.tar.gz cacert-puppet-55f251c9f812d42ba9f0586ca5434478a42fb4c1.tar.xz cacert-puppet-55f251c9f812d42ba9f0586ca5434478a42fb4c1.zip |
Add proper logging to git-pull-hook
Diffstat (limited to 'sitemodules/profiles/templates/puppet_server')
-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 |