Search code examples
varnishboxen

Varnish module for Boxen (for OSX)


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


Solution

  • You can install varnish with brew, so it should be as adding this to your site.pp in your our-boxen repo:

    package {
        [
          'varnish',
        ]:
      }