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 homebrew::repo
|
||||
# require boxen::environment
|
||||
# require homebrew::repo
|
||||
|
||||
Exec {
|
||||
group => 'staff',
|
||||
logoutput => on_failure,
|
||||
user => $luser,
|
||||
# Exec {
|
||||
# group => 'staff',
|
||||
# logoutput => on_failure,
|
||||
# user => $luser,
|
||||
|
||||
path => [
|
||||
"${boxen::config::home}/rbenv/shims",
|
||||
"${boxen::config::home}/homebrew/bin",
|
||||
'/usr/bin',
|
||||
'/bin',
|
||||
'/usr/sbin',
|
||||
'/sbin'
|
||||
]
|
||||
}
|
||||
# path => [
|
||||
# "${boxen::config::home}/rbenv/shims",
|
||||
# "${boxen::config::home}/homebrew/bin",
|
||||
# '/usr/bin',
|
||||
# '/bin',
|
||||
# '/usr/sbin',
|
||||
# '/sbin'
|
||||
# ]
|
||||
# }
|
||||
|
||||
File {
|
||||
group => 'staff',
|
||||
owner => $luser
|
||||
}
|
||||
# File {
|
||||
# group => 'staff',
|
||||
# owner => $luser
|
||||
# }
|
||||
|
||||
Package {
|
||||
provider => homebrew,
|
||||
require => Class['homebrew']
|
||||
}
|
||||
# Package {
|
||||
# provider => homebrew,
|
||||
# require => Class['homebrew']
|
||||
# }
|
||||
|
||||
Repository {
|
||||
provider => git,
|
||||
extra => [
|
||||
'--recurse-submodules'
|
||||
],
|
||||
require => Class['git']
|
||||
}
|
||||
# Repository {
|
||||
# provider => git,
|
||||
# extra => [
|
||||
# '--recurse-submodules'
|
||||
# ],
|
||||
# require => Class['git']
|
||||
# }
|
||||
|
||||
Service {
|
||||
provider => ghlaunchd
|
||||
}
|
||||
# Service {
|
||||
# provider => ghlaunchd
|
||||
# }
|
||||
|
||||
node default {
|
||||
include git
|
||||
}
|
||||
# node default {
|
||||
# include git
|
||||
# }
|
||||
|
|
Loading…
Reference in a new issue