Skip to content
Snippets Groups Projects
Commit a90b80c8 authored by Thomas S Hatch's avatar Thomas S Hatch
Browse files

Add mysql files

parent fd1ca642
No related branches found
No related tags found
No related merge requests found
mysql:
pkg:
- installed
{% if grains['os_family'] == 'Debian' %}
- pkgs:
- mysql-client
- mysql-server
{% endif %}
include:
- mysql
mysqld:
service:
- running
- enable: True
require:
- pkg: mysql
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment