mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Updated the master troubleshooting doc with details regarding unexpected behavior with the -c option.
This commit is contained in:
parent
650223e1a4
commit
c0c5bfd526
@ -156,3 +156,15 @@ do not return output. This is most commonly due to the timeout being reached.
|
||||
By default the timeout is set to 5 seconds. The timeout value can easily be
|
||||
increased by modifying the ``timeout`` line within your ``/etc/salt/master``
|
||||
configuration file.
|
||||
|
||||
|
||||
Passing the -c Option to Salt Returns a Permissions Error
|
||||
=========================================================
|
||||
|
||||
Using the ``-c`` option with the Salt command modifies the configuration
|
||||
directory. When the configuratio file is read it will still base data off of
|
||||
the ``root_dir`` setting. This can result in unintended behavior if you are
|
||||
expecting files such as ``/etc/salt/pki`` to be pulled from the location
|
||||
specified with ``-c``. Modify the ``root_dir`` setting to address this
|
||||
behavior.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user