The Reactor docs should use pillar='{}' instead of 'pillar={}'

This commit is contained in:
Cory Wright 2017-02-17 11:07:39 -06:00
parent 2e3a9c5e58
commit cc90d0d53f
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: