Commit 0cbf6a884b1df5f83fa6f20244eb7cd8f2276ccb

Authored by Will Farrington
1 parent c46c7b5a60

ensure we clone our boxen repo into BOXEN_HOME/repo

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

... ... @@ -52,6 +52,11 @@
52 52 fail('Please enable full disk encryption and try again')
53 53 }
54 54  
  55 + repository { "${boxen::home}/repo":
  56 + ensure => present,
  57 + source => 'boxen/our-boxen'
  58 + }
  59 +
55 60 # node versions
56 61 include nodejs::0-4
57 62 include nodejs::0-6