site.pp - Added missing comma.

Missing comma caused failures when running boxen
This commit is contained in:
Johan Haals 2012-10-22 14:25:58 +02:00
parent bf15acd163
commit 87bd13f8c6

View file

@ -13,7 +13,7 @@ Exec {
'/bin',
'/usr/sbin',
'/sbin'
]
],
environment => [
"HOMEBREW_CACHE=${homebrew::cachedir}",