We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a19017 commit 51d8ab8Copy full SHA for 51d8ab8
resources/primary_zone_template.rb
@@ -57,7 +57,7 @@
57
)
58
59
60
- persisted_values = node.default['bind']['zone'][new_resource.file_name]
+ persisted_values = node.normal['bind']['zone'][new_resource.file_name]
61
62
# override soa with the value in persisted_values if it exists
63
soa[:serial] = persisted_values['serial'] if persisted_values.attribute?('serial')
0 commit comments