mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
c79fe3d83a
* Change the .config attribute to .config_base and .configs as a dictionary of configs * A config has multiple parts :name: the key in the .configs dictionary :path: the path where the config is written (when absent defaults to .config_dir and config name) :map: the contents of the config (for salt programs this is a dictionary) * Values can be substituted into the config contents using standard python string formatting labels * Add a .config_attrs which maps object attributes into config space * Directories for make_dirtree() can reference object attributes using leading '&' |
||
---|---|---|
.. | ||
cli | ||
client | ||
cloud | ||
files | ||
fileserver | ||
loader | ||
minion | ||
mockbin | ||
modules | ||
netapi | ||
output | ||
reactor | ||
renderers | ||
runners | ||
sdb | ||
shell | ||
ssh | ||
states | ||
utils | ||
wheel | ||
__init__.py | ||
fileclient_test.py |