Skip to content

Instantly share code, notes, and snippets.

@bemosior
Last active August 29, 2015 14:08
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 bemosior/374477cb5d937c447926 to your computer and use it in GitHub Desktop.
Save bemosior/374477cb5d937c447926 to your computer and use it in GitHub Desktop.
IaC Development Workflow - minion_config
# Some of the minion_config file for context.
# Configure the vagrant minion to believe it is itself the master
master: localhost
# Configure the id of the minion. This is how you trick your VM into
# thinking it is a production system.
id: someserver
file_roots:
base:
- /srv/salt
file_client: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment