chef-cookbook_bind9 icon indicating copy to clipboard operation
chef-cookbook_bind9 copied to clipboard

Chef cookbook for BIND9

Results 13 chef-cookbook_bind9 issues
Sort by recently updated
recently updated
newest added

Implementing this, there were a few issues addressed in this pull request: - Berkshelf cannot depend on this cookbook if it doesn't have a name - Added a utility to...

:serial => Time.new.strftime("%Y%m%d%H%M%S") in default.rb Serial generated was too long (On ubuntu 14.04) Changed it in : Time.new.strftime("%Y%m%d%H%M")

Support the activation of DNS slaves. Combined with an alternative data bag, this allows bind9 to configure both a DNS master and a DNS slave in the same environment. This...

Since some default configurations rely on group settings for write permission of root owned directories, add attributes for 'group' as well as 'user'.

It's difficult to manage two DNS servers from the same chef server if they all use the 'zones' data bag. Provide an attribute to select the relevant data bag, for...

This is a set of small changes, which I'll be happy to factor out as needed. 1) Add 'name' to metadata.rb so that bind9 is compatible with Berkshelf. 2) Activate...

This commit "list-ifies" the parameters to better support multiple values for query clients, recursion clients, etc. It also adds support for Joyent's SmartOS.

It expects /var/log/named by default (at least on Ubuntu 12.04 system). So it is good to give user a option to set log_path and it also good to be close...