updated apt
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-02-19 21:20:37 +01:00
parent 9484f28d57
commit 24e1c31c0c
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
--- ---
apt: apt:
enabled: true
proxy: proxy:
scheme: http scheme: http
hostname: apt.local hostname: apt.local

View File

@ -1,5 +1,6 @@
--- ---
{%- from "apt/map.jinja" import apt with context %} {%- from "apt/map.jinja" import apt with context %}
{% if apt.enabled %}
apt-deps: apt-deps:
pkg.installed: pkg.installed:
- pkgs: - pkgs:
@ -31,3 +32,4 @@ apt-proxy-{{ key }}:
- mode: "0644" - mode: "0644"
- contents: {{ value }} - contents: {{ value }}
{% endfor -%} {% endfor -%}
{% endif %}