窗户上的木偶

时间:2014-01-13 11:36:44

标签: c# windows unix puppet

我在Windows 2007上的虚拟机操作系统上有木偶大师。这可以作为木偶大师。此外,我已经在Windows Server 2008上安装了puppet Enterprise作为puppet代理。但我不知道应该如何将该服务器指向分支OS客户端?

我可以从客户端计算机ping主VM,反之亦然。

代理人:

command :: puppet agent --test 
result :: Exiting; no certificate found and waitforcert is disabled

On Master:

command :: puppet cert --list 
result :: (Nothing)

因此,代理证书请求不会转到客户端。

1 个答案:

答案 0 :(得分:1)

假设您的木偶大师也是Puppet Enterprise,否则PE代理将无法使用它。

客户需要知道木偶大师的位置。可以在命令行中使用“--server fqdn.of.master”指定它,也可以将它放在主要部分的代理程序的puppet.conf文件中。

我相信你会在Windows 2008上的c:\ ProgramData \ PuppetLabs \ puppet \ etc \ puppet.conf中找到puppet.conf文件

在Linux上,它位于/etc/puppet/puppet.conf