bind-formula icon indicating copy to clipboard operation
bind-formula copied to clipboard

Results 17 bind-formula issues
Sort by recently updated
recently updated
newest added

I propose these changes : * Add the parameter "dynamic" to allow to not manage a zone if the file already exists * Add as service dependencies the "includes" parameter

Bind doesn't reload zones with dynamic updates: http://jon.netdork.net/2008/08/21/bind-dynamic-zones-and-updates/ A workaround is: ``` rndc freeze example.com rndc reload example.com rndc thaw example.com ```

The state bind.config doesn't check the contents of zone files with named-checkzone. I would be nice to have this state fail on zones with errors in stead of exiting with...

In named.conf.local `file` is optional [see here](http://www.microhowto.info/howto/configure_bind_as_a_slave_dns_server.html#idp23248). Due to the way the formula is written at present this means we need to define an entire site in `available_zones` just to...

I searched repo for "secret" since a key defined for dynamic updates using CentOS (RedHat) was not being rendered in named.conf or named.conf.local . I found that only Debian and...

I'm following pillar.example and having issues enabling extensive logging. If I remove extensive logging all is ok with rendering. I noticed line 117 of named.conf.local.jinja seems to expect use_extensive_logging: would...

Hi, Is there anyway to not erase existing records in a zone file ? We use dynamic records, so each time we run salt, the zone file is reseted Best...