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

update varnish to 7.2

parent 62583ba2
No related branches found
No related tags found
No related merge requests found
Pipeline #36057 passed
......@@ -4,8 +4,8 @@ include:
varnish:
pkgrepo.managed:
- name: "deb https://packagecloud.io/varnishcache/varnish70/debian {{ grains['oscodename'] }} main"
- key_url: https://packagecloud.io/varnishcache/varnish70/gpgkey
- name: "deb https://packagecloud.io/varnishcache/varnish72/debian {{ grains['oscodename'] }} main"
- key_url: https://packagecloud.io/varnishcache/varnish72/gpgkey
- file: /etc/apt/sources.list.d/varnish.list
- clean_file: true
pkg.installed:
......@@ -13,7 +13,7 @@ varnish:
- varnish
- varnish-dev
- python3-docutils # For building modules
- version: '7.0.*'
- version: '7.2.*'
- require:
- pkgrepo: varnish
service.running:
......@@ -69,7 +69,7 @@ varnish-modules:
- target: /usr/src/varnish-modules
- force_fetch: True
- force_reset: True
- refspec_branch: 7.0
- refspec_branch: 7.2
cmd.run:
- name: ./bootstrap && ./configure && make && make check && make install && systemctl restart varnish
- cwd: /usr/src/varnish-modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment