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