Knife-Zero doesn't include Berkshelf support, so vendoring everything in the repo is convenient again
4 lines
245 B
Plaintext
4 lines
245 B
Plaintext
#!/bin/sh
|
|
exec 2>&1
|
|
exec /usr/bin/git daemon <%= node['git']['server']['export_all'] ? '--export-all' : nil %> --user=nobody --group=daemon --syslog --base-path=<%= node["git"]["server"]["base_path"] %> <%= node["git"]["server"]["base_path"] %>
|