Install Git, a stupid content tracker.
include git
git::config::local { 'repo_specific_email':
ensure => present,
repo => '/path/to/my/repo',
key => 'user.email',
value => '[email protected]'
}
git::config::global { 'user.email':
value => '[email protected]'
}
boxen
homebrew
ini_setting
Write code. Run script/cibuild
to test it. Check the script
directory for other useful tools.