Fixed typo in salt.states.saltmod.function doc string

This commit is contained in:
Petr Demin 2015-07-29 16:48:44 +03:00
parent ceee713609
commit 404f22f09f
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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': {},