您的位置:首页 > Web前端 > Node.js

Warning: Unable to fetch my node definition, but the agent run will continue: Warning: getaddrinfo:

2016-12-01 16:18 267 查看
这种问题的话是PuppetMaster端和PuppetClient的证书不匹配。

解决方法如下:

                                   清除Master和客户端的SSl证书:

                                  Master:puppet cert --clean  --all

                                Client:rm -rf /var/lib/puppet/ssl/
重启解决。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐