aboutsummaryrefslogtreecommitdiff
path: root/vars/hostclass
diff options
context:
space:
mode:
Diffstat (limited to 'vars/hostclass')
-rw-r--r--vars/hostclass/git_server7
1 files changed, 7 insertions, 0 deletions
diff --git a/vars/hostclass/git_server b/vars/hostclass/git_server
new file mode 100644
index 0000000..1625d52
--- /dev/null
+++ b/vars/hostclass/git_server
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+gitolite_local_user=git
+
+allowed_tcp_ports='ssh http https'
+nginx_gssapi=true
+login_access_users="${login_access_users:-} ${gitolite_local_user}"