您好,我想在SLES 12 SP 2虚拟机上安装puppet(puppetmaster),但找不到任何文档或说明。
我已经试过了:
- 在OpenSuse 11.4上安装Puppet
- 在SLES 11 SP3上安装Puppet
请给我一个好的指示。这将对我有很大帮助,因为我已经为此浪费了好几天了。
puppet
是">高级系统管理模块"-->的一部分,请参阅https://www.suse.com/products/server/features/modules.html
因此,您需要在yast2 registration
中启用它,其他所有功能都与SLE11SP4->zypper in puppet
和Puppet官方文档中相同
如有疑问,请阅读文档。
快速入门
- 启用Puppet包存储库,如果您还没有这样做的话
[…]
通过运行安装Puppet Server包
yum install puppetserver
[…]
请注意,包名称中没有-。
[…]
启动Puppet服务器服务:
systemctl start puppetserver
或
service puppetserver start
使用Puppet 6平台
[…]
基于百胜的系统
启用Puppet 6平台存储库:
根据您的操作系统和版本选择软件包。这些包位于yum.puppet.com存储库的
puppet6
目录中,并使用以下约定命名:<PLATFORM_NAME>-release-<OS ABBREVIATION>-<OS VERSION>.noarch.rpm
例如,Red Hat Enterprise Linux 7(RHEL 7)上Puppet 6平台的软件包是
puppet6-release-el-7.noarch.rpm
。使用具有升级(
-U
)标志的rpm
工具作为根,以及可选的详细(-v
)和散列(-h
)标志:[…]
SuSE Enterprise Linux 12
sudo rpm -Uvh https://yum.puppet.com/puppet6/puppet6-release-sles-12.noarch.rpm