diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +Puppet module for git management +================================ + +This module sets all structure need to run git in a server. It's dependent on +puppet-inetd module if you want to use git-daemon. + +The only manual step needed is to load your ssh pubkey into gitosis +configuration, by doing something like + + sudo -H -u gitosis gitosis-init |