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

weblogic (16) Versions 0.1.3

Installs/Configures fusion-middleware family of products

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

Weblogic Cookbook

This is a placeholder cookbook for the Weblogic cookbook

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

java >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found