8 lines
349 B
Text
8 lines
349 B
Text
{% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %}
|
|
BindAddress: {{ apt_cacher_ng.server_bind_address }}
|
|
CacheDir: {{ apt_cacher_ng.server_cache_dir }}
|
|
LogDir: {{ apt_cacher_ng.server_log_dir }}
|
|
Port: {{ apt_cacher_ng.server_port }}
|
|
{% if apt_cacher_ng.server_extra_config -%}
|
|
{{ apt_cacher_ng.server_extra_config }}
|
|
{% endif -%}
|