mirror of
https://github.com/unman/shaker.git
synced 2025-01-26 22:36:58 -05:00
Salt - caching proxy - mask tinyproxy
This commit is contained in:
parent
1bd359e398
commit
049601fe81
@ -1,5 +1,5 @@
|
|||||||
Name: 3isec-qubes-cacher
|
Name: 3isec-qubes-cacher
|
||||||
Version: 1.12
|
Version: 1.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A caching proxy in Qubes
|
Summary: A caching proxy in Qubes
|
||||||
|
|
||||||
@ -96,6 +96,8 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 10 2024 unman <unman@thirdeyesecurity.org> - 1.12
|
||||||
|
- mask tinyproxy
|
||||||
* Tue Jan 30 2024 unman <unman@thirdeyesecurity.org> - 1.12
|
* Tue Jan 30 2024 unman <unman@thirdeyesecurity.org> - 1.12
|
||||||
- Update file locations for use in Qubes 4.2
|
- Update file locations for use in Qubes 4.2
|
||||||
* Thu Nov 30 2023 unman <unman@thirdeyesecurity.org> - 1.11
|
* Thu Nov 30 2023 unman <unman@thirdeyesecurity.org> - 1.11
|
||||||
|
@ -21,6 +21,14 @@ installed:
|
|||||||
- anacron
|
- anacron
|
||||||
- apt-cacher-ng
|
- apt-cacher-ng
|
||||||
|
|
||||||
|
tinyproxy-disable:
|
||||||
|
cmd.run:
|
||||||
|
- name: systemctl disable tinyproxy
|
||||||
|
|
||||||
|
tinyproxy-mask:
|
||||||
|
cmd.run:
|
||||||
|
- name: systemctl mask tinyproxy
|
||||||
|
|
||||||
systemd-disable:
|
systemd-disable:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: systemctl disable apt-cacher-ng
|
- name: systemctl disable apt-cacher-ng
|
||||||
|
Loading…
x
Reference in New Issue
Block a user