cookbook 'devopsdance-rinetd', '= 0.2.1'
devopsdance-rinetd (4) Versions 0.2.1 Follow0
Installs and configures ridentd
cookbook 'devopsdance-rinetd', '= 0.2.1', :supermarket
knife supermarket install devopsdance-rinetd
knife supermarket download devopsdance-rinetd
devopsdance-rinetd
Install and configure rinetd daemon.
Requirements
Chef ~> 12
is required.
Recipes
default
The default recipe installs and starts rinetd
service.
Resources
rinetd
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
bind_port
connect_address
connect_port
Examples
rinetd 'postgresql' do
bind_address '192.168.1.1'
bind_port 5432
connect_address '192.168.1.50'
connect_port 5433
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 |
debian >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
License Metric
0.2.1 passed this metric
0.2.1 passed this metric