mysql-formula/mysql/server.sls

10 lines
100 B
Text
Raw Normal View History

2013-06-13 16:30:25 -06:00
include:
- mysql
mysqld:
service:
- running
- enable: True
require:
- pkg: mysql