-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement to have a better split between data and code
with this patch, you have only to call the class bind, alls subclasses will be called and the data is sourced via hiera keys all appeded with 's' (see below) few examples: bind::configs: 'named.conf.servers': content: | server 192.168.1.1 { keys { dns-axfr; }; }; bind::acls: primaries: address_match_list: - 192.168.1.1 comment: powerdns bind::keys: dns-axfr: algorithm: hmac-sha512 base64_secret: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa==' bind::zone::secondarys: example.net: masters: - 192.168.1.1 I'm hope this will make this module a bit more convinent and handy Best greetings from Berlin /holm
- Loading branch information
Holm der Kannenzwerg
committed
Dec 9, 2024
1 parent
3f5b80a
commit 26d3aa8
Showing
2 changed files
with
303 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters