blob: 8d292b2dee26a50258f685051b303ead0a57a2a5 (
plain)
1
2
3
4
5
6
7
8
|
<%- | 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 %>
|