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.
|
- ########################################################################
- # File managed by Salt at <{{ source }}>.
- # Your changes will be overwritten.
- ########################################################################
-
- 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 -%}
|