mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #42173 from rallytime/bp-37424
Back-port #37424 to 2016.11
This commit is contained in:
commit
89261cf06c
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ def present(name,
|
|||
else:
|
||||
ret['comment'].append('Invalid trust level {0}'.format(trust))
|
||||
|
||||
ret['comment'] = '\n'.join(ret['comment'])
|
||||
ret['comment'] = '\n'.join(ret['comment'])
|
||||
return ret
|
||||
|
||||
|
||||
|
@ -188,5 +188,5 @@ def absent(name,
|
|||
ret['comment'].append('Deleting {0} from GPG keychain'.format(name))
|
||||
else:
|
||||
ret['comment'].append('{0} not found in GPG keychain'.format(name))
|
||||
ret['comment'] = '\n'.join(ret['comment'])
|
||||
ret['comment'] = '\n'.join(ret['comment'])
|
||||
return ret
|
||||
|
|
Loading…
Add table
Reference in a new issue