diff --git a/cacher.spec b/cacher.spec index 7eeebd4..36cb799 100644 --- a/cacher.spec +++ b/cacher.spec @@ -1,5 +1,5 @@ Name: 3isec-qubes-cacher -Version: 1.12 +Version: 1.13 Release: 1%{?dist} Summary: A caching proxy in Qubes @@ -96,6 +96,8 @@ if [ $1 -eq 0 ]; then fi %changelog +* Sat Feb 10 2024 unman - 1.12 +- mask tinyproxy * Tue Jan 30 2024 unman - 1.12 - Update file locations for use in Qubes 4.2 * Thu Nov 30 2023 unman - 1.11 diff --git a/cacher/install.sls b/cacher/install.sls index bdd9f66..28df64b 100644 --- a/cacher/install.sls +++ b/cacher/install.sls @@ -21,6 +21,14 @@ installed: - anacron - apt-cacher-ng +tinyproxy-disable: + cmd.run: + - name: systemctl disable tinyproxy + +tinyproxy-mask: + cmd.run: + - name: systemctl mask tinyproxy + systemd-disable: cmd.run: - name: systemctl disable apt-cacher-ng