0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-04-05 00:05:37 +02:00

Merge pull request #257 from aboe76/salt-minion_standalone_with_service

add option to start minion service if master_type is set to disable
This commit is contained in:
Forrest 2016-10-01 00:50:25 -07:00 committed by GitHub
commit e76880d500

View File

@ -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: