tlu/salt/pillars/top.sls
Jonas Forsberg fcdda55ed9 .
2021-10-12 15:00:09 +02:00

14 lines
195 B
Plaintext

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