Skip to content

Instantly share code, notes, and snippets.

@imaginator
Created April 1, 2015 12:09
Show Gist options
  • Save imaginator/3e8fa654d8e9417484d9 to your computer and use it in GitHub Desktop.
Save imaginator/3e8fa654d8e9417484d9 to your computer and use it in GitHub Desktop.
master: localhost
file_client: local
# When you have deployed to your Virtual machine you will want
# to manage updates from a private Git reposoitory
# to make this happen commend out the file_roots below
#file_roots:
# base:
# - /srv/salt
#pillar_roots:
# base:
# - /srv/pillar
# and uncomment the following lines to enable remote git pulling
# you will also want to fork the buddycloud-vm project into your own
# private repository
fileserver_backend:
- git
gitfs_provider: pygit2
gitfs_remotes:
- https://github.com/buddycloud/buddycloud-vm.git
gitfs_root: saltstack/salt
ext_pillar:
- git: _ https://github.com/buddycloud/buddycloud-vm.git root=saltstack/pillar
#pillar_roots:
# base:
# - git: _ https://github.com/buddycloud/buddycloud-vm.git root=saltstack/pillar
minion_data_cache: False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment