tlu/salt/pillars/top.sls
Jonas Forsberg f36d29003f .
2021-10-11 21:44:15 +02:00

12 lines
169 B
Plaintext

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