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 omnibus_updater cookbook has been deprecated

Author provided reason for deprecation:

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

You may find that the chef_client_updater cookbook is a suitable alternative.

RSS

omnibus_updater (23) Versions 0.2.4

Chef omnibus package updater and installer

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

OmnibusUpdater

Update your omnibus! This cookbook can install the omnibus
Chef package into your system if you are currently running
via gem install, and it can keep your omnibus install up
to date.

Usage

Add the recipe to your run list and specify what version should
be installed on the node:

knife node run_list add recipe[omnibus_updater]

In your role you'll likely want to set the version. It defaults
to nothing, and will install the latest..

override_attributes(
  :omnibus_updater => {
    :version => '11.4.0'
  }
)

It can also uninstall Chef from the system Ruby installation
if you tell it to:

override_attributes(
  :omnibus_updater => {
    :remove_chef_system_gem => true
  }
)

Features

Latest Version

Force installation of the latest version regardless of value stored in version
attribute by setting the force_latest attribute.

Chef Killing

By default the omnibus updater will kill the chef instance by raising and exception.
You can turn this off using the kill_chef_on_upgrade attribute. It is not
recommended to turn this off. Internal chef libraries may change, move, or no
longer exist. The currently running instance can encounter unexpected states because
of this. To prevent this, the updater will attempt to kill the Chef instance so
that it can be restarted in a normal state.

Prerelease

Prereleases can be installed via the auto-installation using prerelease attribute.

Disable

If you want to disable the updater you can set the disabled
attribute to true. This might be useful if the cookbook is added
to a role but should then be skipped for example on a Chef server.

Infos

No quality metric results found