tlu/salt/pillars/top.sls
Jonas Forsberg 5f7d7698e8 .
2021-10-14 11:12:33 +02:00

15 lines
209 B
Plaintext

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