-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New use_superseded option needs added to configuration documentation #50348
Comments
This issue may be related to #44882 |
ZD-2936 |
@isbm I think |
#51349 Module.run doc also needs to be improved. |
While you are at it, could you please also add documentation on how to set |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
bump |
Thank you for updating this issue. It is no longer marked as stale. |
See also #53504 : Keeping old behavior always on needs to happen, or somehow solve situation with mixed style (think 3rd party saltstack formulas) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Thank you for updating this issue. It is no longer marked as stale. |
For # /etc/salt/master.d/ssh.conf
ssh_minion_opts:
use_superseded:
- module.run The same can be done in a roster file through the MINION:
host: minion.example.com
minion_opts:
use_superseded:
- module.run The hint is here: https://docs.saltstack.com/en/latest/ref/configuration/master.html#ssh-minion-opts |
Description of Issue/Question
The
use_superseded
option is not mentioned in either the master config documentation or the minion config documentation.Specifically, this documentation only mentions to adding this option to the minion configuration inferring that is the only place it is needed.
Versions Report
2018.3.3
The text was updated successfully, but these errors were encountered: