This module provides a few resources for the git source control management system.
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.