mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #50937 from Ch3LL/pillar_doc
Fix external_pillars documentation
This commit is contained in:
commit
49f2a359d4
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