tlu/salt/pillars/top.sls
Jonas Forsberg d962e7bc74 .
2021-10-17 12:35:16 +02:00

17 lines
243 B
Plaintext

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