Saltstack Official Apt-Cacher Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
252B

  1. {% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %}
  2. BindAddress: {{ apt_cacher_ng.server_bind_address }}
  3. CacheDir: {{ apt_cacher_ng.server_cache_dir }}
  4. LogDir: {{ apt_cacher_ng.server_log_dir }}
  5. Port: {{ apt_cacher_ng.server_port }}