blob: 2876c1629462585275611d18cc0e52217fb7347b (
plain)
1
2
3
4
5
6
7
8
9
|
<%- | String $ssh_passphrase = undef, String $git_directory = undef, Array[String] $tokens = undef | -%>
# THIS FILE IS MANAGED BY PUPPET, MANUAL CHANGES WILL BE OVERWRITTEN AT THE
# NEXT PUPPET RUN.
[git-pull-hook]
ssh_passphrase=<%= $ssh_passphrase %>
tokens=<%= $tokens.join(',') %>
git_directory=<%= $git_directory %>
logfile=/var/log/git-pull-hook.log
|