Merge pull request #39484 from corywright/fix-reactor-docs-pillar-keyword-args

The Reactor docs should use pillar='{}' instead of 'pillar={}'
This commit is contained in:
Mike Place 2017-02-17 10:50:57 -07:00 committed by GitHub
commit 3665229a5a
2 changed files with 2 additions and 2 deletions

View file

@ -41075,7 +41075,7 @@ The above command is equivalent to the following command at the CLI:
.sp
.nf
.ft C
salt \(aqhaproxy*\(aq state.apply haproxy.refresh_pool \(aqpillar={new_minion: minionid}\(aq
salt \(aqhaproxy*\(aq state.apply haproxy.refresh_pool pillar=\(aq{new_minion: minionid}\(aq
.ft P
.fi
.UNINDENT

View file

@ -480,7 +480,7 @@ The above command is equivalent to the following command at the CLI:
.. code-block:: bash
salt 'haproxy*' state.apply haproxy.refresh_pool 'pillar={new_minion: minionid}'
salt 'haproxy*' state.apply haproxy.refresh_pool pillar='{new_minion: minionid}'
This works with Orchestrate files as well: