diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-12-31 18:57:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-12-31 18:57:10 -0200 |
commit | fce8e055bff7252f3ea9bee65c3b894fa7fdf1ce (patch) | |
tree | 2372f6bae74b3b3030a082539fc2c338bfe608fd /README | |
parent | e680b793e4c85e8f947fdf5b8d12b798180b27fe (diff) | |
download | puppet-git-fce8e055bff7252f3ea9bee65c3b894fa7fdf1ce.tar.gz puppet-git-fce8e055bff7252f3ea9bee65c3b894fa7fdf1ce.tar.bz2 |
Adding README
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 |