jsirex / nsupdate-cookbook

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

Dnsruby #3

Open brianjmurrell opened 7 years ago

brianjmurrell commented 7 years ago

Is there any particular reason you use a fork()/exec() to execute nsupdate rather than using something like Dnsruby?

Just wondering, in case I decide to use this LWRP and enhance it to using that class.

jsirex commented 7 years ago

I was "a very beginner at Chef" when wrote this cookbook. I will look at this library. But I'm not sure which way is better and easy 'install package and exec cmd' or 'mess with ruby gem dependency at chef compile/converge time'.