blob: fe31745608cb568f06c6c65a771f8217eaa39a62 (
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 the configuration,
by doing something like
sudo -H -u git gitolite setup -pk yourkey.pub
|