mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Changed list conversion to use correct method and return whole set
This commit is contained in:
parent
97eb4b8bf7
commit
12dc677628
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ def present(name,
|
|||
return ret
|
||||
ret['changes'].update({'tags':
|
||||
{'old': tags,
|
||||
'new': new_tags.pop()}})
|
||||
'new': list(new_tags)}})
|
||||
try:
|
||||
existing_perms = __salt__['rabbitmq.list_user_permissions'](name, runas=runas)
|
||||
except CommandExecutionError as err:
|
||||
|
|
Loading…
Add table
Reference in a new issue