Chef-chrome:安装Google Chrome浏览器的Chef Cookbook

时间:2024-02-20 23:30:11
【文件属性】:

文件名称:Chef-chrome:安装Google Chrome浏览器的Chef Cookbook

文件大小:23KB

文件格式:ZIP

更新时间:2024-02-20 23:30:11

chrome chef google-chrome ChromeRuby

Chrome Cookbook 本菜谱会在编译时安装Google Chrome浏览器( ),提供chrome_version库方法来检索已安装的Chrome版本,并提供master_preferences资源来设置用户首选项。 要求 厨师12.14+ 平台类 CentOS 7,Red Hat 7,Fedora Debian,Ubuntu Mac OS X 视窗 食谱 dmg-由Mac OS X平台使用 用法 在节点的运行列表中包括默认配方,以确保已安装Chrome。 提供了一个库方法chrome_version来检索已安装的Chrome版本: v = chrome_version 提示:使用rspec测试时,请使用allow_any_instance_of对chrome_version方法进行存根: allow_any_instance_of ( Chef :: Recipe ) . to receive ( :chrome_version ) . and_return ( '50.0.0.0' ) 属性 node['chrome']['track'] -仅适用于Li


【文件预览】:
chef-chrome-master
----chefignore(1KB)
----libraries()
--------matchers.rb(150B)
--------default.rb(1KB)
----.kitchen.vmware.yml(319B)
----Berksfile(120B)
----recipes()
--------yum.rb(284B)
--------dmg.rb(180B)
--------default.rb(314B)
--------msi.rb(271B)
--------apt.rb(315B)
----.kitchen.appveyor.yml(340B)
----.kitchen.yml(430B)
----Gemfile(244B)
----spec()
--------spec_helper.rb(95B)
--------unit()
----providers()
--------default.rb(674B)
----Rakefile(342B)
----CONTRIBUTING.md(885B)
----.travis.yml(1KB)
----LICENSE(1KB)
----test()
--------integration()
--------fixtures()
----README.md(4KB)
----.chefignore(1KB)
----.rubocop.yml(194B)
----metadata.rb(539B)
----attributes()
--------default.rb(1KB)
----resources()
--------default.rb(373B)
----appveyor.yml(934B)
----.kitchen.localhost.yml(207B)
----templates()
--------default()
----.gitignore(74B)
----CHANGELOG.md(2KB)
----.kitchen.docker.yml(2KB)

网友评论