Skip to content

Instantly share code, notes, and snippets.

Created October 10, 2016 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d1d014d51c8521f592fed15b6cec029a to your computer and use it in GitHub Desktop.
Save anonymous/d1d014d51c8521f592fed15b6cec029a to your computer and use it in GitHub Desktop.
database-packages:
pkg.installed:
- pkgs:
- mariadb-server
- mariadb-client
- python-mysqldb
- reload_modules: true
mysql-is-running:
service.running:
- name: mysql
- enable: True
has-db:
mysql_database.present:
- name: example
- order: last
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment