From 8e24c71b16c55752a4cdbf37748b57317d5abbfd Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 10 Apr 2016 00:39:47 -0400 Subject: git: add git-daemon config --- roles/git/templates/etc_default_git-daemon.j2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 roles/git/templates/etc_default_git-daemon.j2 (limited to 'roles/git/templates') diff --git a/roles/git/templates/etc_default_git-daemon.j2 b/roles/git/templates/etc_default_git-daemon.j2 new file mode 100644 index 0000000..36863c0 --- /dev/null +++ b/roles/git/templates/etc_default_git-daemon.j2 @@ -0,0 +1,16 @@ +# Defaults for git-daemon initscript +# sourced by /etc/init.d/git-daemon +# installed at /etc/default/git-daemon by the maintainer scripts + +# +# This is a POSIX shell fragment +# + +GIT_DAEMON_ENABLE=true +GIT_DAEMON_USER=git +GIT_DAEMON_BASE_PATH=/srv/gitolite/repositories +GIT_DAEMON_DIRECTORY=/srv/gitolite/repositories + +# Additional options that are passed to the Daemon. +GIT_DAEMON_OPTIONS="" + -- cgit v1.2.3