puppetlabs / apache:关系无效:文件[/etc/httpd/conf/httpd.conf]

时间:2016-01-10 13:48:08

标签: apache puppetlabs-apache

我刚刚拉了几个月的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)无关紧要。

我错过了什么吗?

亲切的问候, 沃纳

1 个答案:

答案 0 :(得分:0)

看起来Puppetlabs正在跟踪此问题: https://tickets.puppetlabs.com/browse/MODULES-2850