cookbook 'dnsimple', '= 0.3.0'
dnsimple
(33) Versions
0.3.0
-
Follow19
Provides Chef Resource for automating DNS configuration with DNSimple
cookbook 'dnsimple', '= 0.3.0', :supermarket
knife supermarket install dnsimple
knife supermarket download dnsimple
= DESCRIPTION:
A Light-weight Resources and Providers (LWRP) supporting
automatic DNS configuration via DNSimple's API.
= REQUIREMENTS:
A DNSimple account at http://dnsimple.com
= ATTRIBUTES:
dnsimple[:username]
dnsimple[:password]
dnsimple[:domain]
= USAGE:
include_recipe "dnsimple"
dnsimple_record "create a record" do
name "test"
content "16.8.4.2"
type "A"
domain node[:dnsimple][:domain]
username node[:dnsimple][:username]
password node[:dnsimple][:password]
action :create
end
Dependent cookbooks
This cookbook has no specified dependencies.