mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix my over-zealousness for pillar updates
This commit is contained in:
parent
70e63d74ac
commit
da4e686d96
@ -409,7 +409,6 @@ def show_highstate():
|
||||
|
||||
salt '*' state.show_highstate
|
||||
'''
|
||||
__pillar__.update(kwargs.get('pillar', {}))
|
||||
__opts__['grains'] = __grains__
|
||||
st_ = salt.client.ssh.state.SSHHighState(
|
||||
__opts__,
|
||||
@ -429,7 +428,6 @@ def show_lowstate():
|
||||
|
||||
salt '*' state.show_lowstate
|
||||
'''
|
||||
__pillar__.update(kwargs.get('pillar', {}))
|
||||
__opts__['grains'] = __grains__
|
||||
st_ = salt.client.ssh.state.SSHHighState(
|
||||
__opts__,
|
||||
@ -498,7 +496,6 @@ def show_top():
|
||||
|
||||
salt '*' state.show_top
|
||||
'''
|
||||
__pillar__.update(kwargs.get('pillar', {}))
|
||||
__opts__['grains'] = __grains__
|
||||
st_ = salt.client.ssh.state.SSHHighState(
|
||||
__opts__,
|
||||
|
Loading…
Reference in New Issue
Block a user