安装傀儡企业报错

Error in installing puppet enterprise

我已经从 PuppetLabs 网站下载了 Puppet Enterprise 3.7 安装程序, 但是在安装时出现以下错误...

./puppet-enterprise-installer

ERROR: This is a supported platform, but this is not the installer for this platform. Please use the platform specific installer
(puppet-enterprise-3.7.2-el-6-x86_64).

我该如何解决这个问题?

** 这只适用于开源版本**
您要在哪个发行版上安装它?错误是告诉你使用 EL6 安装包,它在他们的 yum repo 上可用。如果你只安装他们的 repo 包就容易多了:

rpm -Uhv http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm

然后 运行 yum install puppet facter.

您可以按照此 link.

获取 3.7.2 的 enterprise linux puppet 安装程序

https://s3.amazonaws.com/pe-builds/released/3.7.2/puppet-enterprise-3.7.2-el-6-x86_64.tar.gz

在我看来你下载的 linux 发行版不对。

希望对您有所帮助。