Skip to content

eshamow/puppet-gitolite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#modulename

####Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with [eshamow-gitolite]
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors