simpleweb/evenup-varnish

Name: evenup-varnish

Owner: Simpleweb

Description: Installs, configures, and runs the varnish service.

Created: 2015-02-09 22:58:43.0

Updated: 2015-02-09 22:58:43.0

Pushed: 2015-02-09 23:02:06.0

Homepage: null

Size: 110

Language: Puppet

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

What is it?

A puppet module that installs varnish, sets up daemon options, and pushes out a vcl. It comes with a rather generic VCL file that does some basic caching but is probably insufficient for most environments.

Usage:

Generic varnish install

  class { 'varnish': }

To include your own VCL file

  class { 'varnish':
    vcl_content => template('myapp/myvcl.erb')
  }
Known Issues:

Only tested on CentOS 6

TODO:


[ ] Move vcl definitions to a define and accept multiple?

License:


Released under the Apache 2.0 licence

Contribute:

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.