puppet和aws模块安装问题

时间:2014-09-16 17:12:04

标签: amazon-web-services puppet

我尝试了puppet开源但无法使用aws,它没有aws子命令。

$puppet help node_aws

Error: Could not load help for the face node_aws.
Please check the error logs for more information.

Detail: "Could not find Puppet Face node_aws"

Error: Try 'puppet help help help' for usage

所以我安装了模块

$puppet module install puppetlabs-cloud_provisioner

Notice: Preparing to install into /etc/puppet/modules ...

Notice: Created target directory /etc/puppet/modules

Notice: Downloading from https://forge.puppetlabs.com ...

Notice: Installing -- do not interrupt ...

/etc/puppet/modules

└── puppetlabs-cloud_provisioner (v1.1.4)

但现在我收到以下错误。

$puppet node_aws

Error: Could not autoload puppet/face/node_aws/create: cannot load such file -- guid

Error: Could not parse application options: Could not autoload puppet/face/node_aws/create: cannot load such file -- guid

$puppet help node_aws

Error: Could not autoload puppet/face/node_aws/create: 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/create: cannot load such file -- guid"

Error: Try 'puppet help help help' for usage

**$puppet help**

Error: Could not autoload puppet/face/node/init: cannot load such file -- guid

Error: Could not autoload puppet/face/node_aws/create: cannot load such file -- guid

此致

Suyash Jain

1 个答案:

答案 0 :(得分:0)

你需要安装guid gem:

使用gem工具运行:

$ gem install guid