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_properties (4) Versions 0.1.2

Provides a resource for interacting with Java properties files

Policyfile
Berkshelf
Knife
cookbook 'java_properties', '= 0.1.2', :supermarket
cookbook 'java_properties', '= 0.1.2'
knife supermarket install java_properties
knife supermarket download java_properties
README
Dependencies
Changelog
Quality 0%

java_properties-cookbook

A library cookbook that provides a resource that knows how to manipulate Java properties files.

Supported Platforms

Windows
Linux

Usage

This cookbook is available on the public supermarket.

Depend on the java_properties cookbook in your cookbook's metadata.rb file

depends java_properties

java_properties resource

Example usage:

java_properties '' do
  # This can be set explicitly or just using the resource name
  properties_file '/tmp/java.properties'

  # You can use the 'property' directive to set properties
  property 'key1', 'value1'
  property 'key2', 'value2'

  # You can pass an explicit hash of properties
  properties {:key1 => 'value1', :key2 => 'value2'}

  # You can use the attribute name as the key dynamically
  key1 'value1'
  key2 'value2'
end

License and Authors

Author:: Ryan Larson (ryan.mango.larson@gmail.com)

0.1.0

Initial release of java_properties

Foodcritic Metric
            

0.1.2 failed this metric

FC031: Cookbook without metadata file: /tmp/cook/7c4709c14df31830d53a1538/java_properties/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/7c4709c14df31830d53a1538/java_properties/metadata.rb:1