Last active
December 23, 2015 07:19
-
-
Save jcockhren/6600457 to your computer and use it in GitHub Desktop.
This is all you need (in a master file) to get pillar working with gitfs. Note that "pillar_roots" aren't used.
This file contains hidden or 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
fileserver_backend: | |
- git | |
gitfs_remotes: | |
- [email protected]:somerepogroup/salt-states.git | |
##### Pillar settings ##### | |
########################################## | |
# Salt Pillars allow for the building of global data that can be made selectively | |
# available to different minions based on minion grain filtering. The Salt | |
# Pillar is laid out in the same fashion as the file server, with environments, | |
# a top file and sls files. However, pillar data does not need to be in the | |
# highstate format, and is generally just key/value pairs. | |
#pillar_roots: | |
# base: | |
# - /srv/pillar | |
ext_pillar: | |
- git: master [email protected]:somerepogroup/pillar.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment