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

devopsdance-rinetd (4) Versions 1.0.0

Installs and configures ridentd

Policyfile
Berkshelf
Knife
cookbook 'devopsdance-rinetd', '~> 1.0.0', :supermarket
cookbook 'devopsdance-rinetd', '~> 1.0.0'
knife supermarket install devopsdance-rinetd
knife supermarket download devopsdance-rinetd
README
Dependencies
Quality 33%

CircleCI

devopsdance-rinetd

Install and configure rinetd daemon.

Requirements

Chef ~> 12 or ~> 13 is required.

Recipes

default

The default recipe installs and starts rinetd service.

Resources

rinetd_conf

Actions

  • :enable (default action). Enable new rinetd configuration and saves it to /etc/rinetd.conf and makes sure that daemon is being restarted.
  • :disable. Disable rinetd configuration and makes sure that daemon is being restarted.

Parameters

All parameters are required with no default values being set.

  • bind_address, which is the name property.
  • bind_port
  • connect_address
  • connect_port

Examples

include_recipe 'devopsdance-rinetd'

rinetd_conf '192.168.1.1' do
    bind_port 5432
    connect_address '192.168.1.50'
    connect_port 5433
    action :create
end

Given example, configures rinetd that every connection to 192.168.1.1:5432
will be proxied to 192.168.1.50:5433

Dependent cookbooks

chef-sugar >= 0.0.0
ubuntu >= 0.0.0
apt >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.0 passed this metric

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number