简体   繁体   English

Chef-Solo的宝石清单

[英]Gem List for Chef-Solo

I am using chef-solo in my environment..I would like to know which gems are installed or bundled in my default installation? 我在我的环境中使用Chef-solo。我想知道默认安装中安装或捆绑了哪些gem?

Is there a command that I could execute? 有可以执行的命令吗? I would like to validate the gems that are included in my current version. 我想验证当前版本中包含的宝石。

You will have all the gems inside gems folder wherever your chef is installed. 无论安装了厨师的任何地方,您都将在gems文件夹中拥有所有gems。 You can search for gems folder using find command and view the gems present. 您可以使用find命令搜索gems文件夹并查看当前的gem。

The precise list varies from version to version, currently we ship nokogiri, pry, rb-readline, inspec, and then chef itself and all its dependencies as per normal. 确切的列表因版本而异,目前,我们先提供nokogiri,pry,rb-readline,inspec,然后再发布厨师本身及其所有依赖关系。 You would use the gem metadata declaration to include more in most cases. 在大多数情况下,您将使用gem元数据声明来包含更多内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM