mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00
9 lines
100 B
Text
9 lines
100 B
Text
include:
|
|
- mysql
|
|
|
|
mysqld:
|
|
service:
|
|
- running
|
|
- enable: True
|
|
require:
|
|
- pkg: mysql
|