mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixed invalid doc example for cmd.run
This commit is contained in:
parent
3f9328b4a2
commit
fe769beb73
2 changed files with 2 additions and 2 deletions
|
@ -28301,7 +28301,7 @@ echo "Working hard..."
|
|||
|
||||
# writing the state line
|
||||
echo # an empty line here so the next line will be the last.
|
||||
echo "changed=yes comment="something\(aqs changed!" whatever=123"
|
||||
echo "changed=yes comment='something has changed' whatever=123"
|
||||
.ft P
|
||||
.fi
|
||||
.sp
|
||||
|
|
|
@ -72,7 +72,7 @@ a simple protocol described below:
|
|||
|
||||
# writing the state line
|
||||
echo # an empty line here so the next line will be the last.
|
||||
echo "changed=yes comment=\"something's changed!\" whatever=123"
|
||||
echo "changed=yes comment='something has changed' whatever=123"
|
||||
|
||||
|
||||
And an example salt file using this module::
|
||||
|
|
Loading…
Add table
Reference in a new issue