mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
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:
parent
c20de1e6c1
commit
156768408a
@ -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
|
||||
=================
|
||||
|
@ -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
|
||||
===================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user