mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Ensure master_port
in minion config matches ret_port
in master config if running a dev version of salt on non-default ports.
This commit is contained in:
parent
e199be25f4
commit
7cc894e194
2 changed files with 6 additions and 0 deletions
|
@ -213,6 +213,9 @@ Edit the minion config file:
|
|||
4. Uncomment and change the ``id:`` value to something descriptive like
|
||||
"saltdev". This isn't strictly necessary but it will serve as a reminder of
|
||||
which Salt installation you are working with.
|
||||
5. If you changed the ``ret_port`` value in the master config because you are
|
||||
also running a non-development version of Salt, then you will have to
|
||||
change the ``master_port`` value in the minion config to match.
|
||||
|
||||
.. note:: Using `salt-call` with a :doc:`Standalone Minion </topics/tutorials/standalone_minion>`
|
||||
|
||||
|
|
|
@ -267,6 +267,9 @@ Edit the minion config file:
|
|||
4. Uncomment and change the ``id:`` value to something descriptive like
|
||||
"saltdev". This isn't strictly necessary but it will serve as a reminder of
|
||||
which Salt installation you are working with.
|
||||
5. If you changed the ``ret_port`` value in the master config because you are
|
||||
also running a non-development version of Salt, then you will have to
|
||||
change the ``master_port`` value in the minion config to match.
|
||||
|
||||
.. note:: Using `salt-call` with a :doc:`Standalone Minion </topics/tutorials/standalone_minion>`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue