RHEL 7上的Puppet Enterprise 3.3 – 错误:找不到间接节点的terminal控制台

在RHEL(Redhat Enterprise Linux)7上新安装(单片)PE(Puppet Enterprise)3.3我目前收到以下错误:

... Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/git_html_path.rb Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/git_version.rb Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed when searching for node puppet.***: Could not find terminus console for indirection node Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run 

在主节点上运行时:

 puppet agent --test 

console.rb文件存在于磁盘上: /opt/puppet/share/puppet/modules/puppet_enterprise/lib/puppet/indirector/node/console.rb

版本: 3.6.2 (Puppet Enterprise 3.3.0)

不是木偶似乎甚至接触控制台,但我可以通过networking浏览器访问它,前4个testing运行出现在控制台,但现在他们不(没有任何改变)。 我无法弄清楚为什么控制台terminal不能被find,甚至在Puppet正在寻找的地方(显然是在错误的地方)

Ruby版本: ruby 2.0.0p353 (2013-11-22) [x86_64-linux]