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

The ohai cookbook has been deprecated

Author provided reason for deprecation:

The ohai cookbook has been deprecated and is no longer being maintained by its authors. Use of the ohai cookbook is no longer recommended.

RSS

ohai (40) Versions 1.1.4

Provides custom resources for installing Ohai hints and plugins

Policyfile
Berkshelf
Knife
cookbook 'ohai', '= 1.1.4', :supermarket
cookbook 'ohai', '= 1.1.4'
knife supermarket install ohai
knife supermarket download ohai
README
Dependencies
Quality -%

Description

Creates a configured plugin path for distributing custom Ohai plugins, and reloads them via Ohai within the context of a Chef Client run during the compile phase (if needed).

Attributes

node['ohai']['plugin_path'] - location to drop off plugins directory, default is /etc/chef/ohai_plugins. This is not FHS-compliant, an FHS location would be something like /var/lib/ohai/plugins, or /var/lib/chef/ohai_plugins or similar.

Neither an FHS location or the default value of this attribute are in the default Ohai plugin path. Set the Ohai plugin path with the config setting "Ohai::Config[:plugin_path]" in the Chef config file (the chef-client::config recipe does this automatically for you!). The attribute is not set to the default plugin path that Ohai ships with because we don't want to risk destroying existing essential plugins for Ohai.

node['ohai']['plugins'] - sources of plugins, defaults to the files/default/plugins directory of this cookbook. You can add additional cookbooks by adding the name of the cookbook as a key and the path of the files directory as the value. You have to make sure that you don't have any file conflicts between multiple cookbooks. The last one to write wins.

Usage

Put the recipe ohai at the start of the node's run list to make sure that custom plugins are loaded early on in the Chef run and data is available for later recipes.

The execution of the custom plugins occurs within the recipe during the compile phase, so you can write new plugins and use the data they return in your Chef recipes.

For information on how to write custom plugins for Ohai, please see the Chef wiki pages.

http://wiki.opscode.com/display/chef/Writing+Ohai+Plugins

PLEASE NOTE - This recipe reloads the Ohai plugins a 2nd time during the Chef run if:

  • The "Ohai::Config[:plugin_path]" config setting has NOT been properly set in the Chef config file
  • The "Ohai::Config[:plugin_path]" config setting has been properly set in the Chef config file and there are updated plugins dropped off at "node['ohai']['plugin_path']".

License and Author

Author:: Joshua Timberman (joshua@opscode.com)
Author:: Seth Chisamore (schisamo@opscode.com)

Copyright:: 2010-2011, Opscode, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

acpi Applicable Versions
afw Applicable Versions
alphard-aws Applicable Versions
amoeba_basenode Applicable Versions
aws Applicable Versions
aws-codedeploy-agent Applicable Versions
azure Applicable Versions
azure_fqdn_fix Applicable Versions
bash-shellshock Applicable Versions
berkshelf-api-server-ya Applicable Versions
certbot-exec Applicable Versions
chef-attributes Applicable Versions
chef_bird Applicable Versions
chef_cfn Applicable Versions
chef_nginx Applicable Versions
chef_systemd Applicable Versions
chocolatey-ohai-plugin Applicable Versions
cloudformation Applicable Versions
common_linux Applicable Versions
crowd Applicable Versions
diskanalyser Applicable Versions
dotnet-core Applicable Versions
dovecot Applicable Versions
ec2-tags-ohai-plugin Applicable Versions
emacs24 Applicable Versions
eos Applicable Versions
gnugpg Applicable Versions
gozer Applicable Versions
ibm-power Applicable Versions
kali Applicable Versions
lemur Applicable Versions
microfocus-server Applicable Versions
minecraft Applicable Versions
mysql_tuning Applicable Versions
nginx Applicable Versions
ngx Applicable Versions
nodeinfo Applicable Versions
ohai-private-ipaddress Applicable Versions
ohai-scaleway Applicable Versions
ohai_public_info Applicable Versions
onddo_proftpd Applicable Versions
openresty Applicable Versions
opsworks_ruby Applicable Versions
os_floating_lo Applicable Versions
ovh-api Applicable Versions
paramount Applicable Versions
pkg-build Applicable Versions
platformstack Applicable Versions
qas Applicable Versions
rackops_rolebook Applicable Versions
rackspace_cloudbackup Applicable Versions
rackspace_networks Applicable Versions
rackspace_support Applicable Versions
rbenv Applicable Versions
salt Applicable Versions
sas2ircu Applicable Versions
spacewalk-server Applicable Versions
stack-base Applicable Versions
stegosoc-windows Applicable Versions
storage Applicable Versions
sysctl Applicable Versions
webinar1-myapp Applicable Versions
windows Applicable Versions
zerotier Applicable Versions

No quality metric results found