From 8f53cca9a7765fce45b86beb9de41a235192d2d5 Mon Sep 17 00:00:00 2001 From: Will Farrington Date: Thu, 4 Oct 2012 19:40:09 -0700 Subject: [PATCH] fuck a color symlink --- manifests/site.pp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index d9f7af5..5532a41 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -53,17 +53,11 @@ node default { } # Setup real clone of our-boxen and link into BOXEN_HOME - repository { "${boxen::config::srcdir}/our-boxen": + repository { "${::boxen_home}/repo": ensure => present, 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 include nodejs::0-4 include nodejs::0-6