您好我想在SLES 12 SP 2 VM上安装puppet(puppetmaster),但我找不到任何文档或说明。
我已经尝试过:
对我有任何好的指示。 这对我很有帮助,因为我已经错了好几天了。
答案 0 :(得分:1)
modelBuilder.Entity<marfa>().ToTable("factura_marfa"); //updated . with _
是&#34; 高级系统管理模块&#34;的一部分 - &GT;见https://www.suse.com/products/server/features/modules.html
所以,您需要在 puppet
中启用它,其他所有内容都与SLE11SP4相同 - &gt; yast2 registration
和Puppet官方文档
答案 1 :(得分:-1)
如有疑问,请阅读documentation。
快速入门
- Enable the Puppet package repositories,如果你还没有这样做的话。
醇>[...]
- 醇>
运行以下命令安装Puppet Server软件包:
yum install puppetserver
[...]
请注意,包名称中没有 -
[...]
- 醇>
启动Puppet Server服务:
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
。- 醇>
以root身份使用
rpm
工具和升级(-U
)标志,以及可选的详细(-v
)和哈希(-h
)标志:[...]
SuSE Enterprise Linux 12
sudo rpm -Uvh https://yum.puppet.com/puppet6/puppet6-release-sles-12.noarch.rpm