Puppet - 错误:无法检索目录;跳过运行

时间:2014-04-04 14:14:46

标签: automation debian puppet

当我尝试将puppet代理与puppet agent --test连接时,我有这个错误:

Info: Retrieving plugin Error: Could not retrieve catalog from remote server: Error 400 on SERVER :Could not find class <my_module> for <my_agent> on node <my_agent> Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run

我在 sites.pp 上有import nodes,在 nodes.pp上有include <my_module>

- 编辑 -

sites.pp的内容:

import "nodes" filebucket { main: server => "<my_master>" } File { backup => main } Exec { path => "/usr/bin:/usr/sbon:/bin:/sbin" }

nodes.pp的内容:

node "<my_agent>" { include <my_module> }

- 编辑 -

真正的问题是什么?

由于

1 个答案:

答案 0 :(得分:0)

我创建了另一个虚拟机,现在正在运行! =)

也许我在网络配置中犯了一个错误。