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

Author provided reason for deprecation:

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

RSS

ubuntu (16) Versions 1.1.4

Sets up apt sources for Ubuntu Linux

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

Description

Sets up apt sources for Ubuntu.

Requirements

Platform:

  • Ubuntu

Cookbooks:

  • apt

Attributes

See attributes/default.rb for default values.

  • node['ubuntu']['archive_url'] - Archived package repo URL
  • node['ubuntu']['security_url'] - Security update package repo URL
  • node['ubuntu']['include_source_packages'] - Add source packages to the apt sources. Defaults to true
  • node['ubuntu']['architectures'] - Optional array of architectures to download from the repos. Defaults to nil and all archs are used
  • node['ubuntu']['components'] - Repository components to use. Defaults to "main restricted universe multiverse"
  • node['ubuntu']['locale'] - The locale to set the OS to

Recipes

default

Includes the apt default recipe to ensure the package cache is
updated and manages the /etc/apt/sources.list for the node's
platform code name. The template adds sources for main, restricted,
universe and multiverse.

Usage

Include recipe[ubuntu] on systems where you want to manage the
sources.list. Currently the template enables main, restricted,
universe and multiverse for the node's codename (e.g., lucid, natty,
etc). See Roadmap.

License and Author

Author:: Adam Jacob adam@opscode.com
Author:: Joshua Timberman joshua@opscode.com
Author:: Tim Smith tsmith84@gmail.com

Copyright:: 2008-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

apt >= 0.0.0

Contingent cookbooks

cabot Applicable Versions
common_linux Applicable Versions
devopsdance-consul-template Applicable Versions
devopsdance-dnsmasq Applicable Versions
devopsdance-policyrcd Applicable Versions
devopsdance-rinetd Applicable Versions
devopsdance-tinyproxy Applicable Versions
flyway-cli Applicable Versions
hadoop_cluster Applicable Versions
il-base Applicable Versions
metarepo Applicable Versions
monit-ng Applicable Versions
mythtv Applicable Versions
paramount Applicable Versions
terraria Applicable Versions
ut_base Applicable Versions
ut_workstation Applicable Versions

No quality metric results found