mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch '2018.3' into ipv6-warnings
This commit is contained in:
commit
773b983dff
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Using our example above:
|
|||
|
||||
ext_pillar( id, pillar, 'some argument' ) # example_a
|
||||
ext_pillar( id, pillar, 'argumentA', 'argumentB' ) # example_b
|
||||
ext_pillar( id, pillar, keyA='valueA', keyB='valueB' } ) # example_c
|
||||
ext_pillar( id, pillar, keyA='valueA', keyB='valueB' ) # example_c
|
||||
|
||||
|
||||
In the ``example_a`` case, ``pillar`` will contain the items from the
|
||||
|
|
Loading…
Add table
Reference in a new issue