mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
fix missing tags in call to boto_rds.exists
which caused a shift of parameters (keyid=profile)
This commit is contained in:
parent
47d21d9ed2
commit
bfe7f92cb4
@ -309,7 +309,7 @@ def present(name,
|
||||
'changes': {}
|
||||
}
|
||||
|
||||
r = __salt__['boto_rds.exists'](name, region, key, keyid, profile)
|
||||
r = __salt__['boto_rds.exists'](name, tags, region, key, keyid, profile)
|
||||
|
||||
if not r.get('exists'):
|
||||
if __opts__['test']:
|
||||
|
Loading…
Reference in New Issue
Block a user