vkhatri / chef-ddnsupdate

Chef cookbook to Manage Bind DDNS Records using nsupdate
https://supermarket.chef.io/cookbooks/ddnsupdate
Apache License 2.0
5 stars 2 forks source link

Corrected errors found by rake on install.rb and default.rb #9

Closed bcorner13 closed 8 years ago

bcorner13 commented 8 years ago

recipes/install.rb:40:10: C: Unnecessary spacing detected. only_if { (node['ddnsupdate']['ddnssec']['manage'] && !node['ddnsupdate']['no_dsec']) } ^^^^ recipes/default.rb:20:17: C: Unnecessary spacing detected. temp_resolv_conf = DDNSUpdate.resolv_conf

Signed-off-by: Bradley Corner bcorner@fanatics.com

vkhatri commented 8 years ago

Thank you :+1: