blob: 205b7311aa048a781af33cb8cb618c8eef16cda7 (
plain)
1
2
3
4
5
6
7
8
9
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
|