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.
|
-
- # This file contains confidential data and should be protected with file
- # permissions from being read by untrusted users.
- #
- # NOTE: permissions are fixated with dpkg-statoverride on Debian systems.
- # Read its manual page for details.
-
- # Basic authentication with username and password, required to
- # visit pages with administrative functionality. Format: username:password
- {% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %}
- AdminAuth: {{ apt_cacher_ng.admin_account }}:{{ apt_cacher_ng.admin_passwd }}
|