summaryrefslogtreecommitdiff
path: root/files/config/CentOS/git-daemon
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-04-01 13:29:43 -0400
committerMicah Anderson <micah@riseup.net>2011-04-01 13:29:43 -0400
commitf2846099d1e24589600d6a3a346ab92e5c65f843 (patch)
tree9bc6b1ba9502c3bd42b64a4834ef91dc7f7fce5a /files/config/CentOS/git-daemon
parent74ccc33ff4f0158e80db4dbc64d4edc490acb26c (diff)
parent5c746aa9a4ee5748cbaa6812a508e3dd878b621c (diff)
Merge remote-tracking branch 'lavamind/master'
Conflicts: manifests/daemon.pp manifests/daemon/disable.pp manifests/daemon/vhosts.pp
Diffstat (limited to 'files/config/CentOS/git-daemon')
-rw-r--r--files/config/CentOS/git-daemon26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/config/CentOS/git-daemon b/files/config/CentOS/git-daemon
new file mode 100644
index 0000000..a9b208c
--- /dev/null
+++ b/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
+