tlu/salt/pillars/top.sls
2021-10-19 11:54:30 +02:00

17 lines
239 B
Plaintext

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