Blame view
manifests/site.pp
667 Bytes
229b4df43 Broken |
1 2 |
# require boxen::environment # require homebrew::repo |
f5a10d9d8 update default no... |
3 |
|
229b4df43 Broken |
4 5 6 7 |
# Exec { # group => 'staff', # logoutput => on_failure, # user => $luser, |
f5a10d9d8 update default no... |
8 |
|
229b4df43 Broken |
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 update default no... |
18 |
|
229b4df43 Broken |
19 20 21 22 |
# File { # group => 'staff', # owner => $luser # } |
f5a10d9d8 update default no... |
23 |
|
229b4df43 Broken |
24 25 26 27 |
# Package { # provider => homebrew, # require => Class['homebrew'] # } |
f5a10d9d8 update default no... |
28 |
|
229b4df43 Broken |
29 30 31 32 33 34 35 |
# Repository { # provider => git, # extra => [ # '--recurse-submodules' # ], # require => Class['git'] # } |
f5a10d9d8 update default no... |
36 |
|
229b4df43 Broken |
37 38 39 |
# Service { # provider => ghlaunchd # } |
f5a10d9d8 update default no... |
40 |
|
229b4df43 Broken |
41 42 43 |
# node default { # include git # } |