tlu/salt/pillars/top.sls

8 lines
111 B
Plaintext
Raw Normal View History

2021-09-22 07:49:42 +00:00
base:
'*':
- network
- chrony
{% if salt['file.file_exists']('local.sls') %}
- local
{% endif %}