We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c769fca commit 25620e4Copy full SHA for 25620e4
manifests/params.pp
@@ -84,7 +84,7 @@
84
$dhcp_manage_acls = false
85
86
$keyfile = '/usr/local/etc/namedb/rndc.key'
87
- $nsupdate = 'bind910'
+ $nsupdate = 'bind-tools'
88
89
$tftp_root = '/tftpboot'
90
$tftp_syslinux_filenames = [
spec/classes/foreman_proxy__spec.rb
@@ -624,7 +624,7 @@
624
when 'RedHat'
625
'bind-utils'
626
when 'FreeBSD', 'DragonFly'
627
- 'bind910'
+ 'bind-tools'
628
else
629
'dnsutils'
630
end
0 commit comments