aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git
diff options
context:
space:
mode:
Diffstat (limited to 'roles/git')
-rw-r--r--roles/git/templates/etc_default_git-daemon.j23
-rw-r--r--roles/git/templates/etc_nginx_sites-available_cgit.j21
-rw-r--r--roles/git/templates/home_git_gitolite_rc.j22
3 files changed, 5 insertions, 1 deletions
diff --git a/roles/git/templates/etc_default_git-daemon.j2 b/roles/git/templates/etc_default_git-daemon.j2
index 36863c0..3c03fb2 100644
--- a/roles/git/templates/etc_default_git-daemon.j2
+++ b/roles/git/templates/etc_default_git-daemon.j2
@@ -1,6 +1,7 @@
# Defaults for git-daemon initscript
# sourced by /etc/init.d/git-daemon
-# installed at /etc/default/git-daemon by the maintainer scripts
+
+# {{ ansible_managed }}
#
# This is a POSIX shell fragment
diff --git a/roles/git/templates/etc_nginx_sites-available_cgit.j2 b/roles/git/templates/etc_nginx_sites-available_cgit.j2
index 511c6ad..903d38c 100644
--- a/roles/git/templates/etc_nginx_sites-available_cgit.j2
+++ b/roles/git/templates/etc_nginx_sites-available_cgit.j2
@@ -1,3 +1,4 @@
+# {{ ansible_managed }}
server {
diff --git a/roles/git/templates/home_git_gitolite_rc.j2 b/roles/git/templates/home_git_gitolite_rc.j2
index a9cd666..ef82851 100644
--- a/roles/git/templates/home_git_gitolite_rc.j2
+++ b/roles/git/templates/home_git_gitolite_rc.j2
@@ -1,5 +1,7 @@
# configuration variables for gitolite
+# {{ ansible_managed }}
+
# This file is in perl syntax. But you do NOT need to know perl to edit it --
# just mind the commas, use single quotes unless you know what you're doing,
# and make sure the brackets and braces stay matched up!