Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

bd808/puppet-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Puppet Module for Boxen

Build Status

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 54.7%
  • Puppet 39.2%
  • Shell 6.1%