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.
|
- ########################################################################
- # File managed by Salt at <{{ source }}>.
- # Your changes will be overwritten.
- ########################################################################
-
- # 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
- {%- if admin_account and admin_passwd %}
- AdminAuth: {{ admin_account }}:{{ admin_passwd }}
- {%- endif %}
|