This commit is contained in:
Jonas Forsberg
2021-09-24 13:25:12 +02:00
parent 892c91e6a7
commit 9ac32539c8
7 changed files with 130 additions and 0 deletions

2
salt/pillars/mariadb.sls Normal file
View File

@@ -0,0 +1,2 @@
mariadb:
root_password: linux

View File

@@ -2,6 +2,7 @@ base:
'*':
- network
- chrony
- mariadb
{% if salt['file.file_exists']('local.sls') %}
- local
{% endif %}