tlu/salt/pillars/top.sls
Jonas Forsberg 8972d83800 .
2021-09-26 12:11:06 +02:00

11 lines
148 B
Plaintext

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