tlu/salt/pillars/top.sls
Jonas Forsberg 1a6f230702 .
2021-10-12 10:15:14 +02:00

13 lines
179 B
Plaintext

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