This commit is contained in:
Jonas Forsberg
2021-09-25 14:09:55 +02:00
parent 283c7afd62
commit 0a1dbb5971
11 changed files with 283 additions and 6 deletions

View File

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

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

@@ -0,0 +1,2 @@
rmt:
ca_passphrase: linux

View File

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