diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-14 20:40:35 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-14 20:40:35 -0500 |
commit | 9fec52cfb9a2fca2e6ad2aa505075de47e930165 (patch) | |
tree | 082f8a37525c8c8d0978180bda1d4b740988d766 /scripts/hostclass | |
parent | 1760403ec7e3bf1c4538b783becbcfc0fc9f7f06 (diff) | |
download | infrastructure-9fec52cfb9a2fca2e6ad2aa505075de47e930165.tar.gz |
more updates for git server
Diffstat (limited to 'scripts/hostclass')
-rw-r--r-- | scripts/hostclass/git_server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hostclass/git_server b/scripts/hostclass/git_server index c7ac63d..46db426 100644 --- a/scripts/hostclass/git_server +++ b/scripts/hostclass/git_server @@ -8,7 +8,7 @@ : ${cgit_clone_urls:="https://${fqdn} ssh://git@${fqdn}"} : ${cgit_root_title:="${site} Git Repo"} : ${cgit_root_desc:="Source code for various ${site} projects."} -: ${cgit_pygments_style:='xcode'} +: ${cgit_pygments_style:='default'} : ${cgit_cache_size:='16000'} gitolite_dn="uid=${gitolite_username},${robots_basedn}" |