Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

ie (7) Versions 1.0.0

Configures Internet Explorer browser

Policyfile
Berkshelf
Knife
cookbook 'ie', '= 1.0.0', :supermarket
cookbook 'ie', '= 1.0.0'
knife supermarket install ie
knife supermarket download ie
README
Dependencies
Changelog
Quality 100%

IE Cookbook

Cookbook Version
Build Status
GitHub Issues

Configures Internet Explorer to aid tools like Selenium.

The following recipes are available for configuring Internet Explorer:

A ie_version method is also available to retrieve the exact version of Internet Explorer installed.

Tested against IE 11 on Windows Server 2012 R2.

Requirements

  • Chef 11.6.0 or higher (includes a built-in registry_key resource)

Platforms

  • Windows

Usage

Add ie as a dependency to make method ie_version available for use.

Retrieve current version installed:
ruby
v = ie_version

Recipes

enhanced_security_configuration

Enable/Disable Internet Explorer Enhanced Security Configuration (IE ESC).

Note this sets HKEY_CURRENT_USER keys, so it configures only the user that the chef-client runs as.

Attributes

  • node['ie']['enhanced_security_configuration'] - Defaults to true

feature_bfcache

Enable/Disable IE Feature Back-Forward Cache. Allows drivers to maintain a connection to IE.

Attributes

  • node['ie']['feature_bfcache'] - Defaults to false

security_zones

Configure IE Security Zones Policies (REG_DWORD types only); Local Home, Internet, Local Internet, Trusted Sites, and
Restricted Sites. See Zones section in http://support.microsoft.com/kb/182569 for a complete listing of security zone
settings.

A setting of zero sets a specific action as permitted, a setting of one causes a prompt to appear, and a setting
of three prohibits the specific action.

Note this sets HKEY_CURRENT_USER keys, so it configures only the user that the chef-client runs as.

Attributes

  • node['ie']['zone']['local_home'] - Configure local home zone. Defaults to {}.
  • node['ie']['zone']['internet'] - Configure internet zone. Defaults to 2500 (Enable Protected Mode).
  • node['ie']['zone']['local_internet'] - Configure local internet zone. Defaults 2500 (Enable Protected Mode).
  • node['ie']['zone']['trusted_sites'] - Configure trusted sites zone. Defaults to 2500 (Enable Protected Mode).
  • node['ie']['zone']['restricted_sites'] - Configure restricted sites zone. Defaults to 2500 (Enable Protected Mode).

Getting Help

Contributing

Please refer to CONTRIBUTING.

License

MIT - see the accompanying LICENSE file for details.

Changelog

1.0.0

  • Initial release

Foodcritic Metric
            

1.0.0 passed this metric