New version of salt-formula from Saltstack
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- ##### 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
|