Support for Varnish
New in version 2014.7.0.
Note
These functions are designed to work with all implementations of Varnish from 3.x onwards
Add ban to the varnish cache
CLI Example:
salt '*' varnish.ban ban_expression
List varnish cache current bans
CLI Example:
salt '*' varnish.ban_list
Set a param in varnish cache
CLI Example:
salt '*' varnish.param_set param value
Show params of varnish cache
CLI Example:
salt '*' varnish.param_show param
Purge the varnish cache
CLI Example:
salt '*' varnish.purge
Return server version from varnishd -V
CLI Example:
salt '*' varnish.version
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy