Saltstack Official Apt-Cacher Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

13 rindas
525B

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