New version of salt-formula from Saltstack
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.
|
- ##### Primary configuration settings #####
- ##########################################
- # This configuration file is used to manage the behavior of all Salt Proxy
- # Minions on this host.
-
- master: {{ proxy_minion.master|default('localhost') }}
- multiprocessing: False
- mine_enabled: True
|