tlu/salt/pillars/top.sls
2021-10-18 17:20:55 +02:00

18 lines
256 B
Plaintext

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