Saltstack Official Apt-Cacher Formula
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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