From 87bd13f8c6968b508808d81957ba0f88424d4902 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 22 Oct 2012 14:25:58 +0200 Subject: [PATCH] site.pp - Added missing comma. Missing comma caused failures when running boxen --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 9fa0630..db6592f 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -13,7 +13,7 @@ Exec { '/bin', '/usr/sbin', '/sbin' - ] + ], environment => [ "HOMEBREW_CACHE=${homebrew::cachedir}",