Skip to content

yardstick/puppet-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 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.

Packages

No packages published

Languages

  • Ruby 70.1%
  • Puppet 26.5%
  • Shell 3.4%