我刚刚拉了几个月的puppetlabs-apache git存储库,当我运行puppet时,我收到了消息:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid relationship: File[/etc/httpd/conf/httpd.conf] { require => File[/etc/httpd/conf/ports.conf] }, because File[/etc/httpd/conf/ports.conf] doesn't seem to be in the catalog
Error: Could not retrieve catalog; skipping run
这是我的网站清单文件:
class { 'apache':
mpm_module => 'prefork',
}
include apache::mod::php
class { 'postgresql::server': }
class { 'zabbix':
zabbix_url => 'zabbix.dj-wasabi.nl',
manage_resources => true,
}
之前总是有效,但每次都知道失败。哪个木偶版本(3或4)或Linux OS(Centos,Ubuntu或Debian)无关紧要。
我错过了什么吗?
亲切的问候, 沃纳