Skip to content

Instantly share code, notes, and snippets.

@leonardinius
Created February 25, 2014 12:26
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 leonardinius/9207898 to your computer and use it in GitHub Desktop.
Save leonardinius/9207898 to your computer and use it in GitHub Desktop.
/etc/salt/master
fileserver_backend:
- git
- roots
gitfs_provider: gitpython
gitfs_remotes:
- git+ssh://git@github.com/xxx/provisioning.git
gitfs_root: provisioning/gitfs_root
@leonardinius
Copy link
Author

Versions report

salt-master --versions-report
           Salt: 0.17.5
         Python: 2.7.5+ (default, Sep 19 2013, 13:48:49)
         Jinja2: 2.7
       M2Crypto: 0.21.1
 msgpack-python: 0.3.0
   msgpack-pure: Not Installed
       pycrypto: 2.6
         PyYAML: 3.10
          PyZMQ: 13.1.0
            ZMQ: 3.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment