summaryrefslogtreecommitdiff
path: root/puppet/modules/git/files/config/CentOS/git-daemon
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-07-12 16:45:35 -0400
committerMicah <micah@leap.se>2016-07-12 16:45:35 -0400
commit1f231f09a9b6911b2ca57ac82235c6028922d54f (patch)
tree710f39dc2a801c1263bcbd566bc7077ba7d6aa51 /puppet/modules/git/files/config/CentOS/git-daemon
parent984375bab6546a7ef1e716402468a2f4cb6e1925 (diff)
git subrepo clone https://leap.se/git/puppet_git puppet/modules/git
subrepo: subdir: "puppet/modules/git" merged: "ba5dd8d" upstream: origin: "https://leap.se/git/puppet_git" branch: "master" commit: "ba5dd8d" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "1e79595" Change-Id: Ic7edc42aa0639e51cfa1873ec265e20e25f0a4f4
Diffstat (limited to 'puppet/modules/git/files/config/CentOS/git-daemon')
-rw-r--r--puppet/modules/git/files/config/CentOS/git-daemon26
1 files changed, 26 insertions, 0 deletions
diff --git a/puppet/modules/git/files/config/CentOS/git-daemon b/puppet/modules/git/files/config/CentOS/git-daemon
new file mode 100644
index 00000000..a9b208c2
--- /dev/null
+++ b/puppet/modules/git/files/config/CentOS/git-daemon
@@ -0,0 +1,26 @@
+# git-daemon config file
+
+# location of the lockfile
+#LOCKFILE=/var/lock/subsys/git-daemon
+
+# which directory to server
+#GITDIR=/srv/git
+
+# do we serve vhosts?
+# setting this to yes assumes that you
+# have in $GITDIR per vhost to serve
+# a subdirectory containing their repos.
+# for example:
+# - /srv/git/git.example.com
+# - /srv/git/git.example.org
+#GITVHOST=no
+
+# the user git-daemon should run with
+#GITUSER=nobody
+
+# options for the daemon
+#OPTIONS="--reuseaddr --verbose --detach"
+
+# location of the daemon
+#GITDAEMON=/usr/bin/git-daemon
+