summaryrefslogtreecommitdiff
path: root/sitemodules/profiles/templates/puppet_server/git-pull-hook.ini.epp
diff options
context:
space:
mode:
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.epp9
1 files changed, 0 insertions, 9 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
deleted file mode 100644
index 2876c16..0000000
--- a/sitemodules/profiles/templates/puppet_server/git-pull-hook.ini.epp
+++ /dev/null
@@ -1,9 +0,0 @@
-<%- | 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