Skip to content

Instantly share code, notes, and snippets.

@pduersteler
Created September 25, 2014 08:27
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 pduersteler/a7955992f96995d482ef to your computer and use it in GitHub Desktop.
Save pduersteler/a7955992f96995d482ef to your computer and use it in GitHub Desktop.
# /etc/salt/master
fileserver_backend:
- git
- roots
gitfs_remotes:
- ssh://git@git.example.com/saltstack/configuration.git:
- pubkey: /root/.ssh/id_rsa.pub
- privkey: /root/.ssh/id_rsa
# Difference between git enabled and disabled, from master:
#
# 2014-09-25 10:22:46,922 [salt.client][DEBUG ] get_returns for jid 20140925102246914334 sent to set(['minion']) will timeout at 10:22:51
# 2014-09-25 10:22:52,946 [salt.client][INFO ] jid 20140925102246914334 minions set(['minion']) did not return in time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment