Skip to content

Instantly share code, notes, and snippets.

@caryp
Created July 2, 2009 22:18
Show Gist options
  • Save caryp/139753 to your computer and use it in GitHub Desktop.
Save caryp/139753 to your computer and use it in GitHub Desktop.
#
# Cookbook Name:: dns
# Recipe:: default
#
## Set DNS for given id to the current address of this node
#
#dns "my.domain.id.com" do
# user "account_user_name"
# passwd "account_password"
# addressing :public | :private (:public default)
#end
dns "4414008" do # with DME you have to use the DNS ID
user "dnsmadeeasy_username"
passwd "your_password"
addressing :private
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment