mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #48384 from rallytime/bp-48368
Back-port #48368 to 2018.3
This commit is contained in:
commit
2fd63d66dc
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ def chconfig(cmd, *args, **kwargs):
|
|||
|
||||
'''
|
||||
# Strip the __pub_ keys...is there a better way to do this?
|
||||
for k in kwargs:
|
||||
for k in list(kwargs):
|
||||
if k.startswith('__pub_'):
|
||||
kwargs.pop(k)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue