mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-23 13:51:18 -05:00
fix: remove cacher proxy from updatevm
Git revision is specified in the git module to Salt not fail trying to verify it is in HEAD when it is in a tag from a previous installation. Fixes: https://github.com/ben-grande/qusal/issues/27
This commit is contained in:
parent
ee7bfd5089
commit
7c3d6ac7c0
@ -52,8 +52,12 @@ features:
|
|||||||
- service.cups-browsed
|
- service.cups-browsed
|
||||||
- service.tracker
|
- service.tracker
|
||||||
- service.evolution-data-server
|
- service.evolution-data-server
|
||||||
|
- service.updates-proxy-setup
|
||||||
- set:
|
- set:
|
||||||
- menu-items: "pihole-browser.desktop qubes-run-terminal.desktop qubes-start.desktop"
|
- menu-items: "pihole-browser.desktop qubes-run-terminal.desktop qubes-start.desktop"
|
||||||
|
tags:
|
||||||
|
- del:
|
||||||
|
- updatevm-sys-cacher
|
||||||
{%- endload %}
|
{%- endload %}
|
||||||
{{ load(defaults) }}
|
{{ load(defaults) }}
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
{% set pihole_tag = 'v5.17.2' -%}
|
{% set pihole_tag = 'v5.17.2' -%}
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
- sys-cacher.uninstall-client
|
||||||
- dotfiles.copy-x11
|
- dotfiles.copy-x11
|
||||||
|
|
||||||
"{{ slsdotpath }}-updated":
|
"{{ slsdotpath }}-updated":
|
||||||
@ -75,6 +76,7 @@ include:
|
|||||||
"{{ slsdotpath }}-git-clone":
|
"{{ slsdotpath }}-git-clone":
|
||||||
git.latest:
|
git.latest:
|
||||||
- name: https://github.com/pi-hole/pi-hole.git
|
- name: https://github.com/pi-hole/pi-hole.git
|
||||||
|
- rev: {{ pihole_tag }}
|
||||||
- user: root
|
- user: root
|
||||||
- target: /root/pi-hole
|
- target: /root/pi-hole
|
||||||
- force_fetch: True
|
- force_fetch: True
|
||||||
|
Loading…
Reference in New Issue
Block a user