You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
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/
The text was updated successfully, but these errors were encountered: