New version of salt-formula from Saltstack
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {%- from "salt/map.jinja" import master with context %}
- {%- if master.enabled %}
-
- include:
- - salt.master.service
-
- /etc/salt/master.d/_reactor.conf:
- file.managed:
- - source: salt://salt/files/_reactor.conf
- - user: root
- - template: jinja
- - require:
- - {{ master.install_state }}
- - watch_in:
- - service: salt_master_service
-
- {%- endif %}
|