Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manage_serial in bind_primary_zone_template seems not working any longer #61

Open
huckley opened this issue Apr 28, 2020 · 0 comments
Open

Comments

@huckley
Copy link

huckley commented Apr 28, 2020

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.

joyofhex added a commit that referenced this issue Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant