Skip to content

Commit

Permalink
README.md: Fixed bad documentation for Zones - Dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
dhjensen authored and hyvs committed Apr 12, 2024
1 parent fe9e016 commit 5288958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/bind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ manala_bind_configs:
content: |
zone "foo.local" {
type master;
file "{{ 'foo.local' | manala_bind_zone_file }}";
file "{{ 'foo.local' | manala.roles.bind_zone_file }}";
allow-update { localhost; };
};
Expand Down

0 comments on commit 5288958

Please sign in to comment.