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

Author provided reason for deprecation:

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

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

RSS

httpd (47) Versions 0.0.4

Provides httpd_service, httpd_config, and httpd_module resources

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

HTTPD Cookbook

This is a placeholder cookbook for the HTTPD cookbook in the
communituy site namespace

Scope

This cookbook is concerned with cross platform things.
This cookbook does not do everything.

Requirements

  • Chef 11 or higher
  • Ruby 1.9 (preferably from the Chef full-stack installer)

Resources / Providers

crossplat_thing

The crossplat_thing resource configures things.

Example

crossplat_thing 'default' do
  action :create
end

Recipes

crossplat::default

This recipe calls a crossplat_thing resource, passing parameters
from node attributes.

Usage

The crossplat::server recipe and crossplat_thing resources are
designed to do things.

run_list

Include 'recipe[crossplat::default]'

Wrapper cookbook

node.default['crossplat']['an_attribute'] = 'Chef'

include_recipe 'crossplat::default'

ruby_block 'wat' do
  notifies :restart, crossplat_thing[wat]'
end

Used directly in a recipe

crossplat_thing 'wat' do
  action :create
end

ruby_block 'wat' do
  notifies :restart, crossplat_thing[wat]'
end

Attributes

default['crossplat']['resource_name'] = 'default'
default['crossplat']['an_attribute'] = 'chef'

License & Authors

Copyright:: 2009-2014 Chef Software, 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

yum_dag Applicable Versions

No quality metric results found