This commit is contained in:
parent
9484f28d57
commit
24e1c31c0c
@ -1,5 +1,6 @@
|
||||
---
|
||||
apt:
|
||||
enabled: true
|
||||
proxy:
|
||||
scheme: http
|
||||
hostname: apt.local
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user