diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-12 23:50:18 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-12 23:50:18 -0500 |
commit | 5aa2283f9951b3e035824b54bd0277ebf4394ffa (patch) | |
tree | df93cef70ce1d49576b9a98f165e8dfc6aaa52f7 /vars/hostclass/git_server | |
parent | 6512242bc03acf2bdaa4fea6fcc7fe51c2330f03 (diff) | |
download | infrastructure-5aa2283f9951b3e035824b54bd0277ebf4394ffa.tar.gz |
add gitolite/cgit
Diffstat (limited to 'vars/hostclass/git_server')
-rw-r--r-- | vars/hostclass/git_server | 7 |
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}" |