Is there a varnish module for Boxen? Similar to this one https://github.com/maxchk/puppet-varnish but tested on OSX
Currently none is listed in Github's Boxen org
You can install varnish with brew, so it should be as adding this to your site.pp
in your our-boxen
repo:
package {
[
'varnish',
]:
}