Explorar el Código

Merge pull request #257 from aboe76/salt-minion_standalone_with_service

add option to start minion service if master_type is set to disable
tags/v0.57.0
Forrest hace 8 años
padre
commit
e76880d500
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      salt/standalone.sls

+ 4
- 0
salt/standalone.sls Ver fichero

@@ -13,7 +13,11 @@ salt-minion:
- exclude_pat: _*
- context:
standalone: True
{%- if salt_settings.minion.master_type is defined and salt_settings.minion.master_type == 'disable' %}
service.running:
{%- else %}
service.dead:
{%- endif %}
- enable: False
- name: {{ salt_settings.minion_service }}
- require:

Cargando…
Cancelar
Guardar