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

java-service (9) Versions 1.0.0

Library cookbook which provides resources for configuring a Java service.

Policyfile
Berkshelf
Knife
cookbook 'java-service', '= 1.0.0', :supermarket
cookbook 'java-service', '= 1.0.0'
knife supermarket install java-service
knife supermarket download java-service
README
Dependencies
Quality 0%

java-service-cookbook

Library cookbook which provides resources for configuring a Java
service.

This library cookbook provides primitives to make it simple to deploy
Java services. Using the java_service resource configuration is fast
and simple; the best part is that it works with the native service
management of the operating system!

Basic Usage

THe whole point of this cookbook is to provide a dead simple way to
deploy Java services to an instance. The first resource installs and
configures a Java service as a system service. This has an advantage
of being portable based on the operating systme. The second resource
allows for easy management of the
Java properties configuration format.

Enabling and Starting a Java Service

java_service 'host-info' do
  artifact_version '0.2.0-SNAPSHOT'
  artifact_group_id 'com.bloomberg.inf'
end

Dependent cookbooks

apt >= 0.0.0
java >= 0.0.0
maven ~> 2.0
poise ~> 2.2
poise-service ~> 1.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

1.0.0 failed this metric

FC031: Cookbook without metadata file: /tmp/cook/36c158368153d8945bcd77d9/java-service/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/36c158368153d8945bcd77d9/java-service/metadata.rb:1