Error: Could not autoload puppet/face/node_aws/bootstrap

puppet help node-aws

Error: Could not autoload puppet/face/node_aws/bootstrap: cannot load such file -- guid Error: Could not load help for the face node-aws. Please check the error logs for more information.

Detail: "Could not autoload puppet/face/node_aws/bootstrap: cannot load such file -- guid"

Error: Try 'puppet help help help' for usage

Could anyone please tell me how can I resolve this error?

Upvotes: 0

Views: 245

Answers (1)

Mohamed Belhaj
Mohamed Belhaj

Reputation: 81

  1. gem install guid
  2. gem install fog
  3. vi ~/.fog

:default: :aws_access_key_id: XXXXXXX :aws_secret_access_key: XXXXXXXX

  1. puppet module install puppetlabs-cloud_provisioner

Upvotes: 0

Related Questions