Created
July 2, 2009 22:18
-
-
Save caryp/139753 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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