mirror of
https://github.com/ben-grande/qusal.git
synced 2025-05-12 11:12:22 -04:00
fix: enforce https on repository installation
Previously was just http to allow for caching and non-caching of packages. Currently, a client tool exists to rewrite repository definitions.
This commit is contained in:
parent
d4c3fb11d3
commit
b2c9479e50
19 changed files with 30 additions and 18 deletions
|
@ -81,4 +81,10 @@ If sls_path is 'browser', then this would install the repo from:
|
|||
|
||||
{% endif -%}
|
||||
|
||||
{% if salt['cmd.shell']('command -v apt-cacher-ng-repo >/dev/null') -%}
|
||||
"{{ name }}-run-apt-cacher-ng-repo":
|
||||
cmd.run:
|
||||
- name: apt-cacher-ng-repo
|
||||
{% endif -%}
|
||||
|
||||
{% endmacro -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue