Skip to content
Snippets Groups Projects
Commit a03cb7c4 authored by skorpy's avatar skorpy :construction_worker:
Browse files

Update varnish/init.sls

parent 30b40f36
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -8,14 +8,14 @@ varnish:
- key_url: https://packagecloud.io/varnishcache/varnish72/gpgkey
- file: /etc/apt/sources.list.d/varnish.list
- clean_file: true
pkg.installed:
pkg.latest:
- pkgs:
- varnish
- varnish-dev
- python3-docutils # For building modules
- version: '7.2.*'
- require:
- pkgrepo: varnish
- refresh: True
service.running:
- enable: True
- require:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment