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

air (1) Versions 1.0.0

Installs/Configures Adobe AIR

Policyfile
Berkshelf
Knife
cookbook 'air', '~> 1.0.0', :supermarket
cookbook 'air', '~> 1.0.0'
knife supermarket install air
knife supermarket download air
README
Dependencies
Changelog
Quality 17%

AIR Cookbook

Cookbook Version
Build Status

Installs/Configures Adobe AIR Runtime and AIR Application (if path specified).

Please submit a Pull Request if you would like to add support for Mac OS X, Linux, SDK, or ARH.

Requirements

  • Chef 11+

Platforms

  • Windows

Cookbooks

  • windows

Usage

By including this cookbook in a recipe or a run list, your organization has agreed to the
Adobe end-user license agreement (EULA).

Attributes

  • node['air']['update_disabled'] - Disable the AIR update feature. Default false.
  • node['air']['path'] - Specifies the URI to the AIR file to install. The AIR application installer installs the correct version of Adobe AIR on the target computer, as required by the AIR application to be installed. To install or update the runtime only, don't specify a path.
  • node['air']['pingback_allowed'] - Allows the installer to check for updates to the AIR runtime and report a successful install to Adobe over the Internet. No identifying information is transmitted. Ignored if path attribute is not specified. Default true.
  • node['air']['location'] - Provides the location (an absolute file system path) to install the AIR application. The default location is the standard application installation location. Ignored if path attribute is not specified.
  • node['air']['desktop_shortcut'] - Install a desktop shortcut for the installed AIR application. Ignored if path attribute is not specified. Default true.
  • node['air]['program_menu'] - Install a program menu shortcut for the installed application (on Windows). Ignored if path attribute is not specified. Default true.

Examples

Install Adobe AIR Runtime only

include_recipe 'air'

Install Adobe AIR Runtime, Bee sample app, and disable
AIR updates

node.set['air']['path'] = 'http://download.macromedia.com/pub/developer/air/sample_apps/Bee.air'
node.set['air']['location'] = 'C:\air\sample_apps' 
node.set['air']['update_disabled'] = true

include_recipe 'air'

Getting Help

Contributing

Please refer to CONTRIBUTING.

License

MIT - see the accompanying LICENSE file for details.

Dependent cookbooks

windows ~> 1.39

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG

1.0.0

  • Initial release

Collaborator Number Metric
            

1.0.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.0 failed this metric

FC066: Ensure chef_version is set in metadata: air/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number