tlu/salt/pillars/top.sls
2021-11-05 16:06:45 +01:00

18 lines
253 B
Plaintext

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