site.pp - Added missing comma.
Missing comma caused failures when running boxen
This commit is contained in:
parent
bf15acd163
commit
87bd13f8c6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Exec {
|
||||||
'/bin',
|
'/bin',
|
||||||
'/usr/sbin',
|
'/usr/sbin',
|
||||||
'/sbin'
|
'/sbin'
|
||||||
]
|
],
|
||||||
|
|
||||||
environment => [
|
environment => [
|
||||||
"HOMEBREW_CACHE=${homebrew::cachedir}",
|
"HOMEBREW_CACHE=${homebrew::cachedir}",
|
||||||
|
|
Loading…
Reference in a new issue