Skip to content

Commit 25620e4

Browse files
fraenkimmoll
authored andcommitted
replace nsupdate dependency on FreeBSD
1 parent c769fca commit 25620e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
$dhcp_manage_acls = false
8585

8686
$keyfile = '/usr/local/etc/namedb/rndc.key'
87-
$nsupdate = 'bind910'
87+
$nsupdate = 'bind-tools'
8888

8989
$tftp_root = '/tftpboot'
9090
$tftp_syslinux_filenames = [

spec/classes/foreman_proxy__spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624
when 'RedHat'
625625
'bind-utils'
626626
when 'FreeBSD', 'DragonFly'
627-
'bind910'
627+
'bind-tools'
628628
else
629629
'dnsutils'
630630
end

0 commit comments

Comments
 (0)