<%- | String $ssh_passphrase, String $git_directory, String $git_repository, String $git_branch, Array[String] $tokens | -%> # THIS FILE IS MANAGED BY PUPPET, MANUAL CHANGES WILL BE OVERWRITTEN AT THE # NEXT PUPPET RUN. [icinga2-git-pull-hook] ssh_passphrase=<%= $ssh_passphrase %> tokens=<%= $tokens.join(',') %> git_directory=<%= $git_directory %> logfile=/var/log/git-pull-hook.log git_repository=<%= $git_repository %> git_branch=<%= $git_branch %>