Skip to content

Commit

Permalink
too early in the mornig, qa improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
Holm der Kannenzwerg committed Dec 18, 2024
1 parent e5197cb commit 59b8a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ bind::keys:
secret: TopSecret
keyfile: /etc/bind/nsupdate.key
bind::zone::primarys:
bind::zone::primaries:
example.com:
update_policy: grant nsupdate zonesub any
content: 'epp("profile/dynamic-zone-template.epp", $params)'
Expand Down
8 changes: 4 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -460,16 +460,16 @@
Optional[Hash] $statistics_channels = {},
Optional[Hash] $views = {},
Optional[Hash] $controls_inets = lookup(bind::controls::inets, undef, undef, {}),
Optional[Hash] $controls_unixs = lookup(bind::controls::unixs, undef, undef, {}),
Optional[Hash] $logging_categorys = lookup(bind::logging::categorys, undef, undef, {}),
Optional[Hash] $controls_unixes = lookup(bind::controls::unixs, undef, undef, {}),
Optional[Hash] $logging_categories = lookup(bind::logging::categorys, undef, undef, {}),
Optional[Hash] $logging_channel_files = lookup(bind::logging::channel_files, undef, undef, {}),
Optional[Hash] $logging_channel_syslogs = lookup(bind::logging::syslogs, undef, undef, {}),
Optional[Hash] $zone_forwards = lookup(bind::zone::forwards, undef, undef, {}),
Optional[Hash] $zone_hints = lookup(bind::zone::hints, undef, undef, {}),
Optional[Hash] $zone_in_views = lookup(bind::zone::in_views, undef, undef, {}),
Optional[Hash] $zone_mirrors = lookup(bind::zone::in_views, undef, undef, {}),
Optional[Hash] $zone_primarys = lookup(bind::zone::primarys, undef, undef, {}),
Optional[Hash] $zone_secondarys = lookup(bind::zone::secondarys, undef, undef, {}),
Optional[Hash] $zone_primares = lookup(bind::zone::primarys, undef, undef, {}),
Optional[Hash] $zone_secondaries = lookup(bind::zone::secondarys, undef, undef, {}),
) {
$header_message = '// This file is managed by Puppet. DO NOT EDIT.'

Expand Down

0 comments on commit 59b8a36

Please sign in to comment.