mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
a977a4f4fa
`salt.config.load_config()` cannot be hard-coded to use only the master configuration file as the default configuration file path to know if the user has passed any configuration file in the CLI tool or not. To fix this, `default_path` was added. This way, the minion config or client config or even the salt cloud config can say which is the expected default path of the configuration file and properly load config from environment variables. |
||
---|---|---|
.. | ||
modules | ||
states | ||
templates | ||
utils | ||
__init__.py | ||
config_test.py | ||
log_test.py | ||
pydsl_test.py | ||
simple.py | ||
stateconf_test.py | ||
version_test.py |