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

maestrodev/puppet-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Puppet control module for git.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 53.1%
  • Ruby 46.9%