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:
enabled: true
proxy:
scheme: http
hostname: apt.local

View File

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