The backend for the git based file server system.
After enabling this backend, branches and tags in a remote git repository are exposed to salt as different environments. This feature is managed by the fileserver_backend option in the salt master config.
depends: |
|
---|
Return a list of all directories on the master
Return a list of refs that can be used as environments
Return a file hash, the hash type is set in the master config file
Return a list of all files on the file server in a specified environment
Return a list of all empty directories on the master
Find the first file to match the path and ref, read the file out of git and send the path to the newly cached file
Return the git repo object for this session
Purge the fileserver cache
Return a chunk from a file based on the data received
Execute a git pull on all of the repos
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.