- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是 Puppet Enterprise 新手,在编译简单代理节点的目录时遇到了问题。 master 运行在 rhel6 机器上,而代理运行在 centos6.5 机器上,通过 vagrant 从 master 启动。当我从代理虚拟机运行以下命令时,会出现此问题:
bash-4.1$ sudo puppet agent --waitforcert 60 --test --certname agent.example.com
Warning: Unable to fetch my node definition, but the agent run will continue:
Warning: Error 400 on SERVER: **Could not find terminus console for indirection node**
Info: Retrieving plugin
Info: Loading facts in /var/opt/puppet/lib/facter/maven_version.rb
Info: Loading facts in /var/opt/puppet/lib/facter/facter_dot_d.rb
Info: Loading facts in /var/opt/puppet/lib/facter/root_home.rb
Info: Loading facts in /var/opt/puppet/lib/facter/jenkins.rb
Info: Loading facts in /var/opt/puppet/lib/facter/pe_version.rb
Info: Loading facts in /var/opt/puppet/lib/facter/puppet_vardir.rb
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed when searching for node agent.example.com: **Could not find terminus console for indirection node**
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Puppet Master(3.4.3 - Puppet Enterprise 3.2.3)的“puppet.conf”文件如下:
[main]
vardir = /var/opt/lib/pe-puppet
logdir = /var/log/pe-puppet
rundir = /var/run/pe-puppet
ssldir = /etc/puppetlabs/puppet/ssl
user = pe-puppet
group = pe-puppet
[master]
certname = puppetmaster.example.com
reports = puppetdb
node_terminus = plain
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
storeconfigs_backend = puppetdb
storeconfigs = true
Puppet Agent(版本 3.3.1)的“puppet.conf”如下:
[main]
vardir = /var/opt/puppet
logdir = /var/log/puppet
rundir = /var/run/puppet
archive_files = true
archive_file_server = puppet
ssldir = $vardir/ssl
[agent]
classfile = $vardir/classes.txt
localconfig = $vardir/localconfig
server = puppetmaster.example.com
certname = agent.example.com
environment = production
证书看起来是有序的。来自 puppet 师:
[mark@puppetmaster puppetlabs]$ sudo puppet cert list agent.example.com
+ "agent.example.com" (SHA256) blah
最后,“site.pp”很简单:
node default {
# This is where you can declare classes for all nodes.
# Example:
# class { 'my_class': }
}
# The agentnode placeholder
node 'agent.example.com' {
# tba
}
阅读 the catalog compilation steps我本以为,由于我将终点设置为“普通”,puppet master 只会从 site.pp list 中检索节点对象,但它似乎正在寻找控制台节点终点...
任何想法或见解将不胜感激。
最佳答案
我目前正因为类似的问题而苦苦挣扎。虽然我还没有找到解决这个问题的特定版本的方法,但我在我的研究中发现了一些对其他人有用的好建议。
关于 puppet 企业: could not find terminus console for indirection node,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24920975/
原来的 Terminus 在 PHPStorm 中不可用。 我试过安装 Terminus.ttf,但是这个有不同的大小并且完全破坏了整个系统的外观和感觉(例如,浏览器中的代码不可读)。此外,PHPSo
自 @nestjs/terminus不为 Prisma 提供健康检查,我试图根据他们的 Mongoose health check 创建它. 当我尝试: import * as Prisma from
我是 Puppet Enterprise 新手,在编译简单代理节点的目录时遇到了问题。 master 运行在 rhel6 机器上,而代理运行在 centos6.5 机器上,通过 vagrant 从 m
我正在尝试使用 terminus 进行我的万神殿 Drupal 站点操作。这是在开发阶段。我在 windows10 上的 Ubuntu 上借助 bash 在我的本地系统中安装了 terminus。但是
如何在 sublime text 3 中更改 Terminus 包的字体颜色。 我去了 C:\Users\\AppData\Roaming\Sublime Text 3\Packages\User\T
如何在 sublime text 3 中更改 Terminus 包的字体颜色。 我去了 C:\Users\\AppData\Roaming\Sublime Text 3\Packages\User\T
我是一名优秀的程序员,十分优秀!