cookbook 'devopsdance-rinetd', '~> 1.0.0'
devopsdance-rinetd (4) Versions 1.0.0 Follow0
Installs and configures ridentd
cookbook 'devopsdance-rinetd', '~> 1.0.0', :supermarket
knife supermarket install devopsdance-rinetd
knife supermarket download devopsdance-rinetd
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.
1.0.0 failed 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
1.0.0 failed this metric
Foodcritic Metric
1.0.0 passed this metric
1.0.0 passed this metric
No Binaries Metric
1.0.0 passed this 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
1.0.0 failed this metric
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
1.0.0 failed this metric