Cookbooks
varnish
documentation
Varnish Repo

Back to resource list

varnish_repo

Configure's the varnish vendor repo.

Actions

ActionDescription
:configureConfigure the varnish repo

Properties

NameTypeDefaultDescription
major_versionFloat7.0Major version repository
fetch_gpg_keytrue, falsetrueFetch repository gpg key

Examples

varnish_repo 'varnish' do
  major_version 6.6
end