tlu/salt/pillars/top.sls
Jonas Forsberg 8a2650de59 .
2021-10-14 18:00:49 +02:00

16 lines
219 B
Plaintext

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