Merge pull request #10854 from pengyao/ext_pillar

example should use escape character
This commit is contained in:
Thomas S Hatch 2014-02-28 08:11:47 -07:00
commit 83bca6d429

View File

@ -205,4 +205,4 @@ external pillar, add something like this to your master config:
.. code-block:: yaml
ext_pillar:
- cmd_json: "echo {'arg':'value'}"
- cmd_json: 'echo {\"arg\":\"value\"}'