Merge pull request #20 from JHaals/site_bug

site.pp - Added missing comma.
This commit is contained in:
Yossef Mendelssohn 2012-11-15 16:31:09 -08:00
commit d04983f3ce

View file

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