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.

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 %}