我创建了一个安装了 puppet 的 docker 容器。我想通过puppet agent -t
在/etc/puppet/puppet.conf
文件中配置服务器的位置启动木偶运行。
我收到此错误:
dnsdomainname: Name or service not known
warning: peer certificate won't be verified in this SSL session
warning: peer certificate won't be verified in this SSL session
warning: peer certificate won't be verified in this SSL session
Exiting; no certificate found and waitforcert is disabled
dig
但是当我对 puppet master 主机名执行 a 时,我确实得到了返回的有效记录。所以我不确定为什么会收到 dnsdomainname 错误。任何帮助,将不胜感激!