Skip to content

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

Merged
smoeding merged 1 commit intosmoeding:masterfrom
cr9427:config-include
Mar 5, 2026
Merged

source bind::config keys into named.conf#16
smoeding merged 1 commit intosmoeding:masterfrom
cr9427:config-include

Conversation

@cr9427
Copy link
Contributor

@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

@smoeding smoeding merged commit e2b0a91 into smoeding:master Mar 5, 2026
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.

2 participants