HubSpot/puppet-git

Name: puppet-git

Owner: HubSpot

Description: Install Git.

Created: 2015-05-26 18:00:53.0

Updated: 2015-05-26 18:00:55.0

Pushed: 2015-05-26 18:18:28.0

Homepage: http://boxen.github.com

Size: 177

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Git Puppet Module for Boxen

Build Status

Install Git, a stupid content tracker.

Usage
ude git

:config::local { 'repo_specific_email':
sure => present,
po   => '/path/to/my/repo',
y    => 'user.email',
lue  => 'turnt@example.com'


:config::global { 'user.email':
lue  => 'turnt@example.com'

Required Puppet Modules
Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.

Hiera configuration

The following variables may be automatically overridden with Hiera:


:configdir: "%{::boxen::config::configdir}/git"

:package: 'boxen/brews/git'
:version: '1.8.4-boxen2'

:credentialhelper: "%{::boxen::config::repodir}/script/boxen-git-credential"
:global_credentialhelper: "%{boxen::config::home}/bin/boxen-git-credential"
:global_excludesfile: "%{hiera('git::configdir')}/gitignore"

It is required that you include ripienaar/puppet-module-data in your boxen project, as this module now ships with many pre-defined configurations in the data/ directory. With this module included, those definitions will be automatically loaded, but can be overridden easily in your own hierarchy.

You can also use JSON if your Hiera is configured for that.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.