tlu/salt/pillars/top.sls
Jonas Forsberg 9ac32539c8 .
2021-09-24 13:25:12 +02:00

9 lines
125 B
Plaintext

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