cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

Support for Varnish flavours/versions #105

Closed 89luca89 closed 6 years ago

89luca89 commented 6 years ago

we want to be able to define which Varnish version (package) we want to use, something like:

conf_varnish_flavour_debian_family: { varnish }
conf_varnish_version_debian_family: { 3.0 | 4.0 | 5.0 | 5.1 }

which results in in this packages (example):

...
varnish-3.0.7
varnish-4.0.5
varnish-5.1.3
...

we want this in order to use new features of varnish 4+ like che saint and grace mode