tlu/salt/pillars/top.sls

10 lines
135 B
Plaintext
Raw Normal View History

2021-09-22 07:49:42 +00:00
base:
'*':
- network
- chrony
2021-09-25 12:09:55 +00:00
- mysql
- rmt
2021-09-24 13:51:59 +00:00
{% if salt['pillar.file_exists']('local.sls') %}
2021-09-22 07:49:42 +00:00
- local
{% endif %}