Skip to content

Repository files navigation

Git Puppet Module for Boxen

Build Status

Install Git, a stupid content tracker.

Usage

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

Required Puppet Modules

  • boxen
  • homebrew
  • ini_setting

Development

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

About

Install Git.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages