Skip to content

Instantly share code, notes, and snippets.

@jcockhren
Last active December 23, 2015 07:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcockhren/6600457 to your computer and use it in GitHub Desktop.
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.
fileserver_backend:
- git
gitfs_remotes:
- git@bitbucket.org: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 git@bitbucket.org:somerepogroup/pillar.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment