mirror of
https://github.com/unman/shaker.git
synced 2024-12-25 23:39:30 -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
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
- 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
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
- salt://cacher/fedora_mirrors
|
- salt://cacher/fedora_mirrors
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
|
- makedirs: True
|
||||||
|
|
||||||
/etc/apt-cacher-ng/archlx_mirrors:
|
/etc/apt-cacher-ng/archlx_mirrors:
|
||||||
file.managed:
|
file.managed:
|
||||||
@ -18,5 +19,6 @@
|
|||||||
- salt://cacher/archlx_mirrors
|
- salt://cacher/archlx_mirrors
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
|
- makedirs: True
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user