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