Add golang cookbook
Needs updating of ark and git cookbooks
This commit is contained in:
10
cookbooks/git/templates/git-xinetd.d.erb
Normal file
10
cookbooks/git/templates/git-xinetd.d.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
service git
|
||||
{
|
||||
disable = no
|
||||
socket_type = stream
|
||||
wait = no
|
||||
user = nobody
|
||||
server = <%= @git_daemon_binary %>
|
||||
server_args = --base-path=<%= node["git"]["server"]["base_path"] %> <%= node['git']['server']['export_all'] ? '--export-all' : nil %> --syslog --inetd --verbose
|
||||
log_on_failure += USERID
|
||||
}
|
||||
Reference in New Issue
Block a user