ensure we clone our boxen repo into BOXEN_HOME/repo
This commit is contained in:
parent
c46c7b5a60
commit
0cbf6a884b
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@ node default {
|
|||
fail('Please enable full disk encryption and try again')
|
||||
}
|
||||
|
||||
repository { "${boxen::home}/repo":
|
||||
ensure => present,
|
||||
source => 'boxen/our-boxen'
|
||||
}
|
||||
|
||||
# node versions
|
||||
include nodejs::0-4
|
||||
include nodejs::0-6
|
||||
|
|
Loading…
Reference in a new issue