Skip to content

Commit

Permalink
Ensure master_port in minion config matches ret_port in master co…
Browse files Browse the repository at this point in the history
…nfig if running a dev version of salt on non-default ports.
  • Loading branch information
ajw0100 committed Feb 11, 2014
1 parent e199be2 commit 7cc894e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`

Expand Down
3 changes: 3 additions & 0 deletions doc/topics/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`

Expand Down

0 comments on commit 7cc894e

Please sign in to comment.