Skip to content

Instantly share code, notes, and snippets.

@thecodeassassin
Created August 30, 2013 12:41
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 thecodeassassin/4e1166bf08009b29cb48 to your computer and use it in GitHub Desktop.
Save thecodeassassin/4e1166bf08009b29cb48 to your computer and use it in GitHub Desktop.
root-user:
mysql_user.present:
- name: root
- password: {{ pillar["root_password"] }}
- require:
- service: mysql
- sls: database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment