首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >包安装在“木偶主”中,未安装在“木偶代理”节点中。

包安装在“木偶主”中,未安装在“木偶代理”节点中。
EN

Stack Overflow用户
提问于 2017-11-01 15:29:37
回答 1查看 375关注 0票数 0

我是木偶的新手。作为一种学习途径,我试图安装一个包nagios-common.I已经使用下面的木偶清单来安装这个包。

代码语言:javascript
复制
class pckd {
  package {'nagios-common':
    ensure => present,
  }
}

node default {
  include pckd
}

此外,我还在主节点上应用了puppet apply。此软件包已成功安装在主程序中。

下面是/var/log

代码语言:javascript
复制
labcluster01node01 puppet-agent[99575]: Could not request certificate: getaddrinfo: Temporary failure in name resolution
labcluster01node01 puppet-agent[99575]: Could not request certificate: getaddrinfo: Temporary failure in name resolution
labcluster01node01 puppet-agent[99575]: Could not request certificate: getaddrinfo: Temporary failure in name resolution
labcluster01node01 puppet-agent[99575]: Could not request certificate: getaddrinfo: Temporary failure in name resolution
labcluster01node01 nagios: Auto-save of retention data completed successfully.
labcluster01node01 puppet-agent[99575]: Could not request certificate: getaddrinfo: Temporary failure in name resolution
labcluster01node01 puppet-agent[99575]: Could not request certificate: getaddrinfo: Temporary failure in name resolution

我已经在代理节点上应用了puppet agent -t,并且无法在代理上安装包,node.This包没有安装在代理node.Added中,对上面的查询是否存在反映包的时间限制。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-11-02 11:06:32

您将收到此错误,因为您的主程序和代理在通信中遇到了一些问题,请尝试从奴隶处点击主程序并查看。

当您将主服务器的FQDN添加到代理的\etc\host文件时,它应该工作得很好。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/47058315

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档