当我运行Chef Client时,抛出以下异常:
Starting Chef Client, version 12.17.44
resolving cookbooks for run list: ["compat_resource", "tomcat"]
Synchronizing Cookbooks:
- compat_resource (12.16.3)
- tomcat (2.3.4)
Installing Cookbook Gems:
Compiling Cookbooks...
================================================================================
Recipe Compile Error
================================================================================
Chef::Exceptions::RecipeNotFound
--------------------------------
could not find recipe default for cookbook compat_resource
....
Chef run process exited unsuccessfully (exit code 1)
此消息的含义是什么?我该如何解决?
答案 0 :(得分:3)
compat_resource
cookbook带来了Chef 12.5到早期Chef 12.X版本的自定义资源语法。它没有自己的配方。这本食谱旨在用于调用资源。
不确定,你想在这做什么。