Skip to content

Commit

Permalink
Merge pull request #21323 from tsaridas/add_key_id
Browse files Browse the repository at this point in the history
add key_id
  • Loading branch information
jfindlay committed Mar 5, 2015
2 parents 53a776e + c37e0f4 commit eccbfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/states/boto_rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def create_replica(name, source, db_instance_class=None, port=None,
option_group_name,
publicly_accessible,
tags, region, key,
profile)
keyid, profile)
if created:
config = __salt__['boto_rds.describe'](name, tags=None, region=None,
key=None, keyid=None,
Expand Down

0 comments on commit eccbfe6

Please sign in to comment.