Broken
This commit is contained in:
parent
a9c14be398
commit
229b4df43f
1 changed files with 36 additions and 36 deletions
|
@ -1,43 +1,43 @@
|
||||||
require boxen::environment
|
# require boxen::environment
|
||||||
require homebrew::repo
|
# require homebrew::repo
|
||||||
|
|
||||||
Exec {
|
# Exec {
|
||||||
group => 'staff',
|
# group => 'staff',
|
||||||
logoutput => on_failure,
|
# logoutput => on_failure,
|
||||||
user => $luser,
|
# user => $luser,
|
||||||
|
|
||||||
path => [
|
# path => [
|
||||||
"${boxen::config::home}/rbenv/shims",
|
# "${boxen::config::home}/rbenv/shims",
|
||||||
"${boxen::config::home}/homebrew/bin",
|
# "${boxen::config::home}/homebrew/bin",
|
||||||
'/usr/bin',
|
# '/usr/bin',
|
||||||
'/bin',
|
# '/bin',
|
||||||
'/usr/sbin',
|
# '/usr/sbin',
|
||||||
'/sbin'
|
# '/sbin'
|
||||||
]
|
# ]
|
||||||
}
|
# }
|
||||||
|
|
||||||
File {
|
# File {
|
||||||
group => 'staff',
|
# group => 'staff',
|
||||||
owner => $luser
|
# owner => $luser
|
||||||
}
|
# }
|
||||||
|
|
||||||
Package {
|
# Package {
|
||||||
provider => homebrew,
|
# provider => homebrew,
|
||||||
require => Class['homebrew']
|
# require => Class['homebrew']
|
||||||
}
|
# }
|
||||||
|
|
||||||
Repository {
|
# Repository {
|
||||||
provider => git,
|
# provider => git,
|
||||||
extra => [
|
# extra => [
|
||||||
'--recurse-submodules'
|
# '--recurse-submodules'
|
||||||
],
|
# ],
|
||||||
require => Class['git']
|
# require => Class['git']
|
||||||
}
|
# }
|
||||||
|
|
||||||
Service {
|
# Service {
|
||||||
provider => ghlaunchd
|
# provider => ghlaunchd
|
||||||
}
|
# }
|
||||||
|
|
||||||
node default {
|
# node default {
|
||||||
include git
|
# include git
|
||||||
}
|
# }
|
||||||
|
|
Loading…
Reference in a new issue