Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 32 changed files with 4,520 additions and 335 deletions.
2 changes: 1 addition & 1 deletion doc/man/salt.7
Original file line number Diff line number Diff line change
Expand Up @@ -45993,7 +45993,7 @@ moe:
.UNINDENT
.sp
One way to think about this might be that the \fBgid\fP key is being assigned
a value equivelent to the following python pseudo\-code:
a value equivalent to the following python pseudo\-code:
.INDENT 0.0
.INDENT 3.5
.sp
Expand Down
4 changes: 2 additions & 2 deletions doc/topics/tutorials/states_pt3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The following example illustrates calling the ``group_to_gid`` function in the
- gid: {{ salt['file.group_to_gid']('some_group_that_exists') }}
One way to think about this might be that the ``gid`` key is being assigned
a value equivelent to the following python pseudo-code:
a value equivalent to the following python pseudo-code:

.. code-block:: python
Expand All @@ -159,7 +159,7 @@ MAC address for eth0:
salt['network.hw_addr']('eth0')
To examine the possible arguments to each execution module function,
one can examine the `module reference documentation </ref/modules/all>`:
one can examine the `module reference documentation </ref/modules/all>`_:

Advanced SLS module syntax
==========================
Expand Down
Loading

0 comments on commit 3ca915b

Please sign in to comment.