Blame view
manifests/site.pp
667 Bytes
|
229b4df43
|
1 2 |
# require boxen::environment # require homebrew::repo |
|
f5a10d9d8
|
3 |
|
|
229b4df43
|
4 5 6 7 |
# Exec {
# group => 'staff',
# logoutput => on_failure,
# user => $luser,
|
|
f5a10d9d8
|
8 |
|
|
229b4df43
|
9 10 11 12 13 14 15 16 17 |
# path => [
# "${boxen::config::home}/rbenv/shims",
# "${boxen::config::home}/homebrew/bin",
# '/usr/bin',
# '/bin',
# '/usr/sbin',
# '/sbin'
# ]
# }
|
|
f5a10d9d8
|
18 |
|
|
229b4df43
|
19 20 21 22 |
# File {
# group => 'staff',
# owner => $luser
# }
|
|
f5a10d9d8
|
23 |
|
|
229b4df43
|
24 25 26 27 |
# Package {
# provider => homebrew,
# require => Class['homebrew']
# }
|
|
f5a10d9d8
|
28 |
|
|
229b4df43
|
29 30 31 32 33 34 35 |
# Repository {
# provider => git,
# extra => [
# '--recurse-submodules'
# ],
# require => Class['git']
# }
|
|
f5a10d9d8
|
36 |
|
|
229b4df43
|
37 38 39 |
# Service {
# provider => ghlaunchd
# }
|
|
f5a10d9d8
|
40 |
|
|
229b4df43
|
41 42 43 |
# node default {
# include git
# }
|