updated masterless documentation to clarify the need to disable (or not run) the salt-minion daemon, otherwise the minion will attempt to connect to a master

This commit is contained in:
Tim O'Guin 2014-10-03 01:35:28 -04:00
parent c20de1e6c1
commit 156768408a
2 changed files with 11 additions and 0 deletions

View File

@ -51,6 +51,11 @@ minion is configured to not gather this data from the master.
Now the salt minion will not look for a master and will assume that the local
system has all of the file and pillar resources.
.. note::
When running Salt in masterless mode, do not run the salt-minion daemon.
Otherwise, it will attempt to connect to a master and fail. The salt-call
command stands on its own and does not need the salt-minion daemon.
Create State Tree
=================

View File

@ -9,6 +9,12 @@ things:
- Use salt-call commands on a system without connectivity to a master
- Masterless States, run states entirely from files local to the minion
.. note::
When running Salt in masterless mode, do not run the salt-minion daemon.
Otherwise, it will attempt to connect to a master and fail. The salt-call
command stands on its own and does not need the salt-minion daemon.
Telling Salt Call to Run Masterless
===================================