Version information
Start using this module
Add this module to your Puppetfile:
mod 'eshamow-gitolite', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
#modulename
####Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with [eshamow-gitolite]
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
##Overview
Module to manage gitolite v3. There is no granular resource or ACL management - handles grabbing gitolite, installing where and under which user needed, and configuring a single public key for admin access.
##Module Description
Downloads and installs gitolite from git, or grabs .tar.gz or package to do the same, drops admin key, and operates the basic gitolite commands to initialize the admin repository.
Currently Supported:
RHEL 5 and 6 Debian 6 and 7 Ubuntu 12.04
##Setup
###What [eshamow-gitolite] affects
- By default, creates 'git' user and group and /home/git directory
- Populates homedir with expanded tarball or cloned git repo
- Places admin public key in this directory
- Executes gitolite install against /homedir/bin and gitolite setup against the public key
###Setup Requirements
- Expects 'git' binary to be installed/available. puppetlabs-git suffices for most systems.
- Time::HiRes perl module must be installed/available. manage_perl => true will attempt to install via package manager only.
###Beginning with [eshamow-gitolite]
Classify node with gitolite and ensure that at a minimum key_user and pubkey parameters are configured in your Node Classifier or via data bindings.
##Limitations
RHEL or CentOS 6 only
Dependencies
- nanliu/staging (>= 0.3.1)
- puppetlabs/vcsrepo (>= 0.2.0)
- puppetlabs/git (>= 0.0.3)