bind icon indicating copy to clipboard operation
bind copied to clipboard

manage_serial in bind_primary_zone_template seems not working any longer

Open huckley opened this issue 5 years ago • 0 comments

if i use manage_serial true in bind_primary_zone_template and update record in that zone, the serial is not counting up any longer.

I guess you have revert the line the correct(old) was: persisted_values = node.normal['bind']['zone'][new_resource.file_name] the incorrect (new) is: persisted_values = node.default['bind']['zone'][new_resource.file_name]

according to https://docs.chef.io/attributes/

A normal attribute is a setting that persists in the node object. A normal attribute has a higher attribute precedence than a default attribute.

huckley avatar Apr 28 '20 09:04 huckley