Skip to content

Instantly share code, notes, and snippets.

@iMilnb
Created June 8, 2013 19:17
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 iMilnb/839b22d88c815ace4c17 to your computer and use it in GitHub Desktop.
Save iMilnb/839b22d88c815ace4c17 to your computer and use it in GitHub Desktop.
/etc/init.d/mysql-autoconf:
file.managed:
- source: salt://mysql/init.d/mysql-autoconf
- mode: 755
mysql_autoconf:
cmd.run:
- name: '/etc/init.d/mysql-autoconf start'
require:
- file: /etc/init.d/mysql-autoconf
- file: /etc/mysql/conf.d/auto.cnf # overwrite values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment