fuck a color symlink
This commit is contained in:
parent
c2c3707e8d
commit
8f53cca9a7
1 changed files with 1 additions and 7 deletions
|
@ -53,17 +53,11 @@ node default {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Setup real clone of our-boxen and link into BOXEN_HOME
|
# Setup real clone of our-boxen and link into BOXEN_HOME
|
||||||
repository { "${boxen::config::srcdir}/our-boxen":
|
repository { "${::boxen_home}/repo":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
source => 'boxen/our-boxen'
|
source => 'boxen/our-boxen'
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "${boxen::home}/repo":
|
|
||||||
ensure => link,
|
|
||||||
target => "${boxen::config::srcdir}/our-boxen",
|
|
||||||
require => Repository["${boxen::config::srcdir}/our-boxen"]
|
|
||||||
}
|
|
||||||
|
|
||||||
# node versions
|
# node versions
|
||||||
include nodejs::0-4
|
include nodejs::0-4
|
||||||
include nodejs::0-6
|
include nodejs::0-6
|
||||||
|
|
Loading…
Reference in a new issue