2012-10-03 13:39:06 -04:00
|
|
|
# require boxen::environment
|
|
|
|
# require homebrew::repo
|
2012-10-02 22:54:15 -04:00
|
|
|
|
2012-10-03 13:39:06 -04:00
|
|
|
# Exec {
|
|
|
|
# group => 'staff',
|
|
|
|
# logoutput => on_failure,
|
|
|
|
# user => $luser,
|
2012-10-02 22:54:15 -04:00
|
|
|
|
2012-10-03 13:39:06 -04:00
|
|
|
# path => [
|
|
|
|
# "${boxen::config::home}/rbenv/shims",
|
|
|
|
# "${boxen::config::home}/homebrew/bin",
|
|
|
|
# '/usr/bin',
|
|
|
|
# '/bin',
|
|
|
|
# '/usr/sbin',
|
|
|
|
# '/sbin'
|
|
|
|
# ]
|
|
|
|
# }
|
2012-10-02 22:54:15 -04:00
|
|
|
|
2012-10-03 13:39:06 -04:00
|
|
|
# File {
|
|
|
|
# group => 'staff',
|
|
|
|
# owner => $luser
|
|
|
|
# }
|
2012-10-02 22:54:15 -04:00
|
|
|
|
2012-10-03 13:39:06 -04:00
|
|
|
# Package {
|
|
|
|
# provider => homebrew,
|
|
|
|
# require => Class['homebrew']
|
|
|
|
# }
|
2012-10-02 22:54:15 -04:00
|
|
|
|
2012-10-03 13:39:06 -04:00
|
|
|
# Repository {
|
|
|
|
# provider => git,
|
|
|
|
# extra => [
|
|
|
|
# '--recurse-submodules'
|
|
|
|
# ],
|
|
|
|
# require => Class['git']
|
|
|
|
# }
|
2012-10-02 22:54:15 -04:00
|
|
|
|
2012-10-03 13:39:06 -04:00
|
|
|
# Service {
|
|
|
|
# provider => ghlaunchd
|
|
|
|
# }
|
2012-10-02 22:54:15 -04:00
|
|
|
|
2012-10-03 13:39:06 -04:00
|
|
|
# node default {
|
|
|
|
# include git
|
|
|
|
# }
|