在Sles 12 SP 2上安装puppetmaster

时间:2017-01-04 08:42:28

标签: linux puppet opensuse suse sles

您好我想在SLES 12 SP 2 VM上安装puppet(puppetmaster),但我找不到任何文档或说明。

我已经尝试过:

对我有任何好的指示。 这对我很有帮助,因为我已经错了好几天了。

2 个答案:

答案 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

  

快速入门

     
      
  1. Enable the Puppet package repositories,如果你还没有这样做的话。
  2.         

    [...]

         
        
    1. 运行以下命令安装Puppet Server软件包:

      yum install puppetserver
      
           

      [...]

           

      请注意,包名称中没有 -

    2.         

      [...]

           
          
      1. 启动Puppet Server服务:

        systemctl start puppetserver
        
             

        或者

        service puppetserver start
        
      2.   

  

使用Puppet 6平台

     

[...]

     

基于百胜的系统

     

启用Puppet 6平台存储库:

     
      
  1. 根据您的操作系统和版本选择软件包。这些包位于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

  2.   
  3. 以root身份使用rpm工具和升级(-U)标志,以及可选的详细(-v)和哈希(-h)标志:

  4.         

    [...]

         

    SuSE Enterprise Linux 12

    sudo rpm -Uvh https://yum.puppet.com/puppet6/puppet6-release-sles-12.noarch.rpm