Skip to content

Commit

Permalink
use sentence case instead of title case for headings
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes authored and dwoz committed Dec 16, 2023
1 parent 93e9062 commit a05205b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion changelog/65222.added.md

This file was deleted.

6 changes: 3 additions & 3 deletions doc/topics/slots/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ Here is an example of result parsing and appending:
- name: __slot__:salt:user.info(someuser).home ~ /subdirectory
- source: salt://somefile
Execution Module Returns as File Contents or Data
Execution module returns as file contents or data
-------------------------------------------------

The following examples demonstrate how to use execution module returns as file
contents or data in Salt states. These examples show how to incorporate the
output of execution functions into file contents or data in the `file.managed`
and `file.serialize` states.

Content from Execution Modules
Content from execution modules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can use the results of execution modules directly as file contents in Salt
Expand Down Expand Up @@ -112,7 +112,7 @@ and then used as the content of the file `/tmp/things.txt`:
- __slot__:salt:test.echo("hello")
- __slot__:salt:test.echo("world")
Serializing Data from Execution Modules
Serializing data from execution modules
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can also serialize data obtained from execution modules and write it to
Expand Down

0 comments on commit a05205b

Please sign in to comment.