Skip to content

Instantly share code, notes, and snippets.

Created June 23, 2015 00:12
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/1499d5d49139f7ed36ed to your computer and use it in GitHub Desktop.
Save anonymous/1499d5d49139f7ed36ed to your computer and use it in GitHub Desktop.
masterless minion using a salt formula
#/srv/salt/dbserver.sls
include:
- mysql
#/srv/salt/minion
file_client: local
file_roots:
base:
- /srv/salt/
- /srv/salt/formulas/mysql-formula/
#/srv/salt/top.sls
base:
'*':
- dbserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment