Tuesday, May 1, 2018

Error: Could not run: Could not find type ec2_instance - Puppet Error

Apply the below fix when you have this error when you try to execute
puppet resource ec2_instance.
 if you get this error: Error: Could not run: Could not find type ec2_instance

You need to force puppetlab AWS module and install:

puppet module install puppetlabs-aws --force

No comments:

Post a Comment