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

gauge (19) Versions 0.4.0

Installs/Configures gauge

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

Gauge Cookbook

Gauge Test automation in the business language (from ThoughtWorks, Inc.)

Requirements

Supported Platforms

This cookbook has been tested on the following platforms:

  • CentOS
  • RedHat
  • Fedora
  • Amazon Linux
  • Oracle Linux
  • Debian
  • Ubuntu
  • openSUSE
  • SUSE

Usage

Include the default recipe on a node's runlist to ensure that gauge is installed.

Resources/Providers

gauge_plugin

This LWRP provides an easy way to manage additional gauge plugins.

Actions

  • :install - installs a gauge plugin
  • :remove - removes the gauge plugin

Attribute Parameters

  • name - the name of the plugin
  • user - the user under which the plugin should be installed
  • group - the group under which the plugin should be installed

Examples

Install the gauge java plugin

include_recipe 'gauge'

gauge_plugin 'java' do
  user  'alice'
  group 'alice'
end

Remove the gauge html-report plugin

gauge_plugin 'html-report' do
  action :remove
  user  'alice'
  group 'alice'
end

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Gauge CHANGELOG

This file is used to list changes made in each version of the gauge cookbook.

v0.4.0 (2015-10-09)

  • fix windows installation

v0.3.0 (2015-10-09)

  • make the plugin provider idempotent

v0.2.0 (2015-10-02)

  • fix some foodcritic warnings

v0.1.0 (2015-10-02)

  • Initial commit

Foodcritic Metric
            

0.4.0 failed this metric

FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/cook/04e65ca9b3e4f7b2782e2ee8/gauge/recipes/install_windows.rb:1
FC017: LWRP does not notify when updated: /tmp/cook/04e65ca9b3e4f7b2782e2ee8/gauge/providers/plugin.rb:1
FC017: LWRP does not notify when updated: /tmp/cook/04e65ca9b3e4f7b2782e2ee8/gauge/providers/plugin.rb:10
FC052: Metadata uses the unimplemented "suggests" keyword: /tmp/cook/04e65ca9b3e4f7b2782e2ee8/gauge/metadata.rb:14