Skip to content

burke/puppet-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Puppet Module for Boxen

Install Git, a stupid content tracker.

Usage

include git

git::config::local { '/path/to/my/repo':
  ensure => present,
  key    => 'user.email',
  value  => 'turnt@example.com'
}

git::config::global { 'user.email':
  value  => 'turnt@example.com'
}

Required Puppet Modules

  • boxen
  • homebrew

Development

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

About

Install Git.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 65.9%
  • Puppet 30.1%
  • Shell 4.0%