diff options
Diffstat (limited to 'roles/git/templates/etc_default_git-daemon.j2')
-rw-r--r-- | roles/git/templates/etc_default_git-daemon.j2 | 16 |
1 files changed, 16 insertions, 0 deletions
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="" + |