Skip to content

source bind::config keys into named.conf#16

Open
cr9427 wants to merge 1 commit intosmoeding:masterfrom
cr9427:config-include
Open

source bind::config keys into named.conf#16
cr9427 wants to merge 1 commit intosmoeding:masterfrom
cr9427:config-include

Conversation

@cr9427
Copy link

@cr9427 cr9427 commented Feb 23, 2026

if you define in hiera an custom configs like:

bind::configs:
"named.conf.example":
content: |
// This file is managed by Puppet. DO NOT EDIT.
//
server 192.168.1.1 {
keys { example; };
};

this PR will add filename into named.conf. means:

include "/etc/bind/named.conf.example";

will be added to named.conf

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

Successfully merging this pull request may close these issues.

1 participant