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

opendj-openam (3) Versions 0.2.0

Installs/Configures opendj

Policyfile
Berkshelf
Knife
cookbook 'opendj-openam', '= 0.2.0', :supermarket
cookbook 'opendj-openam', '= 0.2.0'
knife supermarket install opendj-openam
knife supermarket download opendj-openam
README
Dependencies
Quality -%

Description

Installs and configures OpenDJ

Requirements

Platform:

  • Debian, Ubuntu (OpenJDK)

The following Opscode cookbooks are dependencies:

  • apt

Attributes

  • node["opendj"]["source"] - The source file of opendj.zip, default https://s3-ap-southeast-1.amazonaws.com/megam/chef/opendj/opendj.zip
  • node["opendj"]["arg-val"]["baseDN"] - LDAP BaseDN value, default dc=example,dc=com
  • node["opendj"]["arg-val"]["rootUserDN"] - LDAP root user name, default 'n=Directory Manager'
  • node["opendj"]["arg-val"]["rootUserPassword"] - LDAP root user password, default secret12
  • node["opendj"]["arg-val"]["ldapPort"] - LDAP port value, default 1389

Usage

Simply include the recipe where you want OpenDj installed.
An example for a opendj role:

name "opendj"
run_list "recipe[opendj-openam::single_instance]"

License and Author

Author:: Kishore Kumar (nkishore@megam.co.in)
Author:: Thomas Alrin (alrin@megam.co.in)

Copyright:: 2012, Megam Systems

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

There are no cookbooks that are contingent upon this one.

No quality metric results found