tlu/salt/states/rmt/init.sls

13 lines
210 B
Plaintext
Raw Normal View History

2021-09-25 12:09:55 +00:00
Install rmt:
pkg.installed:
- name: rmt-server
include:
- rmt.certs
Create rmt MariaDB user:
mysql.user:
- name: rmt
- host: localhost
- password: {{ pillar['rmt']['mysql_password'] }}