我想让PuppetDB在我的木偶主机上运行。server: Error 400 on SERVER: Failed to submit 'replace facts' command for handsoff.dc0.testing.de to PuppetDB这是我的/etc/puppet/puppetdb.confserver = handsoff我的/etc/puppetdb/jetty.ini
尝试使用PuppetDB (v5.1.2)模块在单独的节点上安装PuppetDB,在Puppet上运行木偶代理(试图用PuppetDB模块配置服务器)时,我将获得Notice: Unable to connectto puppetdb server (https://puppetdb.example.com:8081): Connection refused - connect(2) for "puppetdb.example.com这是我的site.pp
for group in groups: if hasattr(node.facts, 'custom_fact'):只有当custom_fact存在时,我才能打印它?因此,我也在尝试这样做(使用osfamily事实,因为它应该总是返回某些内容): node = puppetdb.node(group[0])
fact