Commit 8f53cca9a7765fce45b86beb9de41a235192d2d5
1 parent
c2c3707e8d
fuck a color symlink
Showing 1 changed file with 1 additions and 7 deletions Side-by-side Diff
manifests/site.pp
| ... | ... | @@ -53,15 +53,9 @@ |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | # Setup real clone of our-boxen and link into BOXEN_HOME |
| 56 | - repository { "${boxen::config::srcdir}/our-boxen": | |
| 56 | + repository { "${::boxen_home}/repo": | |
| 57 | 57 | ensure => present, |
| 58 | 58 | source => 'boxen/our-boxen' |
| 59 | - } | |
| 60 | - | |
| 61 | - file { "${boxen::home}/repo": | |
| 62 | - ensure => link, | |
| 63 | - target => "${boxen::config::srcdir}/our-boxen", | |
| 64 | - require => Repository["${boxen::config::srcdir}/our-boxen"] | |
| 65 | 59 | } |
| 66 | 60 | |
| 67 | 61 | # node versions |