jsirex / nsupdate-cookbook

Chef Cookbook for managing DNS Entries through nsupdate
MIT License
0 stars 4 forks source link

Bugfix: dns not updated if there is a matching name in hosts file #1

Closed johnsmyth closed 7 years ago

johnsmyth commented 8 years ago

Resolv.getaddresses can use the hosts file for resolution in addition to DNS, so we should specifically check DNS with Resolve::DNS instead.