Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 476 Bytes

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.