mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Convert the new tag list into a string to prevent the TypeError #14484
This commit is contained in:
parent
c47b02c293
commit
a809f9cf07
@ -107,7 +107,7 @@ def present(name,
|
||||
result.update(__salt__['rabbitmq.set_user_tags'](
|
||||
name, tags, runas=runas)
|
||||
)
|
||||
changes['new'] += tags
|
||||
changes['new'] += ' Tags: {0}'.format(', '.join(tags))
|
||||
for element in perms:
|
||||
for vhost, perm in element.items():
|
||||
result.update(__salt__['rabbitmq.set_permissions'](
|
||||
|
Loading…
Reference in New Issue
Block a user