mirror of
https://github.com/unman/shaker.git
synced 2025-01-11 23:39:27 -05:00
Salt - caching proxy - mask tinyproxy
This commit is contained in:
parent
1bd359e398
commit
049601fe81
@ -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 <unman@thirdeyesecurity.org> - 1.12
|
||||
- mask tinyproxy
|
||||
* Tue Jan 30 2024 unman <unman@thirdeyesecurity.org> - 1.12
|
||||
- Update file locations for use in Qubes 4.2
|
||||
* Thu Nov 30 2023 unman <unman@thirdeyesecurity.org> - 1.11
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user