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 api with context %}
- {%- if api.enabled %}
-
- include:
- - salt.master
-
- salt_api_packages:
- pkg.installed
- - names: {{ api.pkgs }}
- - require:
- - pkg: salt_master_packages
-
- salt_api_service:
- service.running:
- - name: salt-api
- - require:
- - pkg: salt_api_packages
- - watch:
- - file: /etc/salt/master
-
- {%- endif %}
|