maestrodev-git

Install and configure Git client


Keywords
git
License
Apache-2.0
Install
puppet module install maestrodev-git --version 1.0.0

Documentation

Puppet control module for git

This module provides a few resources for the git source control management system.

Quickstart

To install git on a node place the following in a definition:

include git

If you need to manage the .gitconfig of a user:

git::resource::config { 'foo user git configuration':
  user => 'foo',
}

Please examine the manifest and resource definitions for more details. They are thoroughly documented.