Saltstack Official Apt-Cacher Formula
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

17 lines
703B

  1. ########################################################################
  2. # File managed by Salt at <{{ source }}>.
  3. # Your changes will be overwritten.
  4. ########################################################################
  5. # This file contains confidential data and should be protected with file
  6. # permissions from being read by untrusted users.
  7. #
  8. # NOTE: permissions are fixated with dpkg-statoverride on Debian systems.
  9. # Read its manual page for details.
  10. # Basic authentication with username and password, required to
  11. # visit pages with administrative functionality. Format: username:password
  12. {%- if admin_account and admin_passwd %}
  13. AdminAuth: {{ admin_account }}:{{ admin_passwd }}
  14. {%- endif %}