tlu/salt/pillars/top.sls
2021-09-22 09:49:42 +02:00

8 lines
111 B
Plaintext

base:
'*':
- network
- chrony
{% if salt['file.file_exists']('local.sls') %}
- local
{% endif %}