salt.wheel.pillar_roots
The pillar_roots wheel module is used to manage files under the pillar roots
directories on the master server.
-
salt.wheel.pillar_roots.find(path, saltenv='base')
Return a dict of the files located with the given path and environment
-
salt.wheel.pillar_roots.list_env(saltenv='base')
Return all of the file paths found in an environment
-
salt.wheel.pillar_roots.list_roots()
Return all of the files names in all available environments
-
salt.wheel.pillar_roots.read(path, saltenv='base')
Read the contents of a text file, if the file is binary then
-
salt.wheel.pillar_roots.write(data, path, saltenv='base', index=0)
Write the named file, by default the first file found is written, but the
index of the file can be specified to write to a lower priority file root