cookbook 'devopsdance-dnsmasq', '~> 4.0.0'
devopsdance-dnsmasq (3) Versions 4.0.0 Follow0
Installs and configures DNSMasq
cookbook 'devopsdance-dnsmasq', '~> 4.0.0', :supermarket
knife supermarket install devopsdance-dnsmasq
knife supermarket download devopsdance-dnsmasq
chef-cookbook-dnsmasq
Install and configure DNSmasq.
Requirements
Chef ~> 12
or ~> 13
is required. Otherwise provision will fail.
Recipes
default
The default recipe installs and starts dnsmasq
service.
Resources
dnsmasq_conf
Actions
-
:create
(default action) Creates new configuration. -
:delete
Removes given configuration.
Parameters
action
-
param
(the name param) value
Examples
dnsmasq_conf 'dns-foward-max' do
value 16_384
action :create
end
dnsmasq_conf 'no-resolv' do
action :delete
end
Dependent cookbooks
ubuntu >= 0.0.0 |
apt >= 0.0.0 |
chef-sugar >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Collaborator Number Metric
4.0.0 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
4.0.0 failed this metric
Contributing File Metric
4.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
4.0.0 failed this metric
Foodcritic Metric
4.0.0 passed this metric
4.0.0 passed this metric
No Binaries Metric
4.0.0 passed this metric
4.0.0 passed this metric
Testing File Metric
4.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
4.0.0 failed this metric
Version Tag Metric
4.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
4.0.0 failed this metric