mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed typo in salt.states.saltmod.function doc string
This commit is contained in:
parent
ceee713609
commit
404f22f09f
2 changed files with 4 additions and 4 deletions
|
@ -185603,7 +185603,7 @@ An optional string that points to a salt module that returns True or False
|
|||
based on the returned data dict for individual minions
|
||||
.TP
|
||||
.B ssh
|
||||
Set to \fITrue\fP to use the ssh client instaed of the standard salt client
|
||||
Set to \fITrue\fP to use the ssh client instead of the standard salt client
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
|
@ -185663,7 +185663,7 @@ Pass the \fBpillar\fP kwarg through to the state function
|
|||
The default salt environment to pull sls files from
|
||||
.TP
|
||||
.B ssh
|
||||
Set to \fITrue\fP to use the ssh client instaed of the standard salt client
|
||||
Set to \fITrue\fP to use the ssh client instead of the standard salt client
|
||||
.TP
|
||||
.B roster
|
||||
In the event of using salt\-ssh, a roster system can be set
|
||||
|
|
|
@ -95,7 +95,7 @@ def state(
|
|||
The default salt environment to pull sls files from
|
||||
|
||||
ssh
|
||||
Set to `True` to use the ssh client instaed of the standard salt client
|
||||
Set to `True` to use the ssh client instead of the standard salt client
|
||||
|
||||
roster
|
||||
In the event of using salt-ssh, a roster system can be set
|
||||
|
@ -333,7 +333,7 @@ def function(
|
|||
based on the returned data dict for individual minions
|
||||
|
||||
ssh
|
||||
Set to `True` to use the ssh client instaed of the standard salt client
|
||||
Set to `True` to use the ssh client instead of the standard salt client
|
||||
'''
|
||||
ret = {'name': name,
|
||||
'changes': {},
|
||||
|
|
Loading…
Add table
Reference in a new issue