From 0cbf6a884b1df5f83fa6f20244eb7cd8f2276ccb Mon Sep 17 00:00:00 2001 From: Will Farrington Date: Thu, 4 Oct 2012 10:23:17 -0700 Subject: [PATCH] ensure we clone our boxen repo into BOXEN_HOME/repo --- manifests/site.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/site.pp b/manifests/site.pp index 1ef8cb1..050ba74 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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