mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-16 09:40:24 +00:00
12 lines
176 B
Text
12 lines
176 B
Text
foo-common:
|
|
pkg.installed
|
|
|
|
{% if grains['id'] == pillar['template']['master'] %}
|
|
foo-service:
|
|
pkg:
|
|
- installed
|
|
service:
|
|
- running
|
|
- enable: True
|
|
|
|
{% endif %}
|