You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
It looks like rds_instance has been hardcoded for certain engine types and that Aurora is not an allowed engine type.
Here is a sample of what happens when i specify an engine type of aurora:
Error: Could not set 'present' on ensure: Standalone DB Instances are not supported for the specified engine at /etc/puppetlabs/code/environments/production/modules/provision/manifests/aws/rds/instance/aurora_engine.pp:33
Error: Could not set 'present' on ensure: Standalone DB Instances are not supported for the specified engine at /etc/puppetlabs/code/environments/production/modules/provision/manifests/aws/rds/instance/aurora_engine.pp:33
Wrapped exception:
Standalone DB Instances are not supported for the specified engine
Error: /Provision::Aws::Server::Database::Aurora::Default[staging-database-aurora]/Provision::Aws::Rds::Instance::Aurora_engine[staging-database-aurora]/Rds_instance[staging-database-aurora]/ensure: change from absent to present failed: Could not set 'present' on ensure: Standalone DB Instances are not supported for the specified engine at /etc/puppetlabs/code/environments/production/modules/provision/manifests/aws/rds/instance/aurora_engine.pp:33
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It looks like rds_instance has been hardcoded for certain engine types and that Aurora is not an allowed engine type.
Here is a sample of what happens when i specify an engine type of aurora:
Error: Could not set 'present' on ensure: Standalone DB Instances are not supported for the specified engine at /etc/puppetlabs/code/environments/production/modules/provision/manifests/aws/rds/instance/aurora_engine.pp:33
Error: Could not set 'present' on ensure: Standalone DB Instances are not supported for the specified engine at /etc/puppetlabs/code/environments/production/modules/provision/manifests/aws/rds/instance/aurora_engine.pp:33
Wrapped exception:
Standalone DB Instances are not supported for the specified engine
Error: /Provision::Aws::Server::Database::Aurora::Default[staging-database-aurora]/Provision::Aws::Rds::Instance::Aurora_engine[staging-database-aurora]/Rds_instance[staging-database-aurora]/ensure: change from absent to present failed: Could not set 'present' on ensure: Standalone DB Instances are not supported for the specified engine at /etc/puppetlabs/code/environments/production/modules/provision/manifests/aws/rds/instance/aurora_engine.pp:33
The text was updated successfully, but these errors were encountered: