jlcox-gitweb

Puppet Module - Gitweb server


Keywords
gitolite, gitweb
License
Apache-2.0
Install
puppet module install jlcox-gitweb --version 1.0.3

Documentation

gitweb
------

 Installs a gitolite and gitweb server that uses ssh to connect for read write and a website for browsing the repos

Parameters
----------
 
[git_key]
   administrators public ssh key for setting up the system

[admin_user]
   name for the above key

[git_key_type]
   The type of key for the administrator (defaults to ssh-rsa)

[git_home]
   root directory for the repository.
     Defaults to the git users home direcotry (/home/git)

[auto_tag_serial]
   Adds an auto incrimental serial tag to each commit

Examples
--------

class { gitweb:
  git_key => 'some key val',
}

Authors
-------

Jason Cox <j_cox@bigpond.com>

Copyright
---------

Copyright 2014 Jason Cox, unless otherwise noted.