puppetlabs-aws icon indicating copy to clipboard operation
puppetlabs-aws copied to clipboard

uninitialized constant Aws::Route53

Open mdellacava opened this issue 6 years ago • 2 comments

Hi. Having trouble with the route53_a_record class. Is this still supported with current release? Getting the following:

Error: Could not run: Puppet detected a problem with the information returned from AWS when looking up route53_a_record in Route 53. The specific error was:

uninitialized constant Aws::Route53

Rather than report on route53_a_record resources in an inconsistent state we have exited. This could be because some other process is modifying AWS at the same time.

mdellacava avatar Sep 19 '17 18:09 mdellacava

sorry, just noticed this may be duplicate of issue #476

mdellacava avatar Sep 19 '17 18:09 mdellacava

This seems to have stopped working when aws-sdk-core gem went >= v3.0.0 The class last works with aws-sdk-core v2.10.48

mdellacava avatar Sep 19 '17 20:09 mdellacava