mirror of
https://github.com/unman/shaker.git
synced 2024-12-24 23:09:39 -05:00
Salt - caching proxy - fix bug - mirrors called before acng install
This commit is contained in:
parent
049601fe81
commit
409c2a1e1f
@ -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
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user