Salt - caching proxy - fix bug - mirrors called before acng install

This commit is contained in:
unman 2024-02-10 23:48:15 +00:00
parent 049601fe81
commit 409c2a1e1f
No known key found for this signature in database
GPG Key ID: FDD1B8244731B36C
2 changed files with 5 additions and 1 deletions

View File

@ -96,7 +96,9 @@ if [ $1 -eq 0 ]; then
fi
%changelog
* Sat Feb 10 2024 unman <unman@thirdeyesecurity.org> - 1.12
* Sat Feb 10 2024 unman <unman@thirdeyesecurity.org> - 1.14
- Bug fix
* Sat Feb 10 2024 unman <unman@thirdeyesecurity.org> - 1.13
- mask tinyproxy
* Tue Jan 30 2024 unman <unman@thirdeyesecurity.org> - 1.12
- Update file locations for use in Qubes 4.2

View File

@ -11,6 +11,7 @@
- salt://cacher/fedora_mirrors
- user: root
- group: root
- makedirs: True
/etc/apt-cacher-ng/archlx_mirrors:
file.managed:
@ -18,5 +19,6 @@
- salt://cacher/archlx_mirrors
- user: root
- group: root
- makedirs: True
{% endif %}