Last active
August 29, 2015 14:08
-
-
Save bemosior/374477cb5d937c447926 to your computer and use it in GitHub Desktop.
IaC Development Workflow - minion_config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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