diff --git a/salt/sys-pihole/create.sls b/salt/sys-pihole/create.sls index 7fd3da2..6300489 100644 --- a/salt/sys-pihole/create.sls +++ b/salt/sys-pihole/create.sls @@ -52,8 +52,12 @@ features: - service.cups-browsed - service.tracker - service.evolution-data-server + - service.updates-proxy-setup - set: - menu-items: "pihole-browser.desktop qubes-run-terminal.desktop qubes-start.desktop" +tags: +- del: + - updatevm-sys-cacher {%- endload %} {{ load(defaults) }} diff --git a/salt/sys-pihole/install.sls b/salt/sys-pihole/install.sls index f98b309..57f72a4 100644 --- a/salt/sys-pihole/install.sls +++ b/salt/sys-pihole/install.sls @@ -10,6 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later {% set pihole_tag = 'v5.17.2' -%} include: + - sys-cacher.uninstall-client - dotfiles.copy-x11 "{{ slsdotpath }}-updated": @@ -75,6 +76,7 @@ include: "{{ slsdotpath }}-git-clone": git.latest: - name: https://github.com/pi-hole/pi-hole.git + - rev: {{ pihole_tag }} - user: root - target: /root/pi-hole - force_fetch: True