所以我对木偶模块非常陌生,并决定创建一个试用它。
我希望在我的环境清单中运行类似的东西:
manifest_name { 'some_title':
ensure => present
}
然而,当我运行代理时,我得到了:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: No set of title patterns matched the title "some_title".
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
我以为我需要在我的类型文件中添加:
newparam(:name, :namevar => true) {
desc "The name of the manifest."
}
但这并没有改变一件事情?
我错过了什么?
谢谢,
编辑:
所以客户肯定会签名。 仍然不确定那里发生了什么我只是重新启动了木偶大师并且显示了真正的错误。