mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Doc fix. Fixes #26656
This commit is contained in:
parent
6bd3dccae8
commit
26be189689
@ -40,8 +40,8 @@ def show_top(minion=None, saltenv='base'):
|
||||
def show_pillar(minion='*', **kwargs):
|
||||
'''
|
||||
Returns the compiled pillar either of a specific minion
|
||||
or just the global available pillars. I assume that no minion
|
||||
is using the id ``*``.
|
||||
or just the global available pillars. This function assumes
|
||||
that no minion has the id ``*``.
|
||||
|
||||
CLI Example:
|
||||
|
||||
@ -72,7 +72,7 @@ def show_pillar(minion='*', **kwargs):
|
||||
opts = salt.config.master_config('/etc/salt/master')
|
||||
runner = salt.runner.RunnerClient(opts)
|
||||
pillar = runner.cmd('pillar.show_pillar', [])
|
||||
print pillar¬
|
||||
print(pillar)
|
||||
'''
|
||||
|
||||
saltenv = 'base'
|
||||
|
Loading…
Reference in New Issue
Block a user