puppetlabs-toy-chest / puppetlabs-aws

Puppet module for managing AWS resources to build out infrastructure
Apache License 2.0
188 stars 216 forks source link

Fix restoring PostgreSQL RDS from snapshot #448

Closed zabacad closed 7 years ago

zabacad commented 7 years ago

Without this change, attempting to create a new RDS instance from a snapshot fails when the engine is PostgreSQL. This adds PostgreSQL to the list of engines that cannot have the DB name specified when restoring from snapshot.

This also corrects the restore snapshot to be a parameter, not a property.

prozach commented 7 years ago

Looks good to me. Thanks for the patch.