tlu/salt/pillars/top.sls

9 lines
127 B
Plaintext
Raw Normal View History

2021-09-22 07:49:42 +00:00
base:
'*':
- network
- chrony
2021-09-24 11:25:12 +00:00
- mariadb
2021-09-24 13:51:59 +00:00
{% if salt['pillar.file_exists']('local.sls') %}
2021-09-22 07:49:42 +00:00
- local
{% endif %}