Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文档说:
Chef Solo 不提供:环境,用于设置食谱版本的策略。
它没有说明不支持通过run_list指定的食谱版本,例如:
{"run_list":["recipe[nginx@1.2.3]"]}
但是我尝试使用 run_list 单独运行需要比可用版本更大的食谱,并且运行良好。你能确认一下,无论在哪里,solo 都不支持这些版本。不过,Solo 至少应该发出警告。
据我所知,这在 Chef Solo 中是不可能的。Chef Solo 对食谱列表(“目录”)进行操作,因此同一食谱存在多个版本是相对不可能的。我同意,也许主厨 Solo 应该发出警告。也许打开一张票?