tlu/salt/pillars/top.sls
Jonas Forsberg 0a1dbb5971 .
2021-09-25 14:09:55 +02:00

10 lines
135 B
Plaintext

base:
'*':
- network
- chrony
- mysql
- rmt
{% if salt['pillar.file_exists']('local.sls') %}
- local
{% endif %}