Skip to content

Commit 1ca0d8e

Browse files
committed
fix(map): change reference file for ubuntu and set to bind9-dnsutils
1 parent 8e72286 commit 1ca0d8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/integration/default/files/_mapdata/ubuntu-20.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ values:
5555
'
5656
client: openssh-client
5757
client_version: latest
58-
dig_pkg: dnsutils
58+
dig_pkg: bind9-dnsutils
5959
dsa:
6060
private_key: '-----BEGIN DSA PRIVATE KEY-----
6161

test/integration/default/files/_mapdata/ubuntu-22.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ values:
5555
'
5656
client: openssh-client
5757
client_version: latest
58-
dig_pkg: dnsutils
58+
dig_pkg: bind9-dnsutils
5959
dsa:
6060
private_key: '-----BEGIN DSA PRIVATE KEY-----
6161

test/integration/default/files/_mapdata/ubuntu-24.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ values:
5555
'
5656
client: openssh-client
5757
client_version: latest
58-
dig_pkg: dnsutils
58+
dig_pkg: bind9-dnsutils
5959
dsa:
6060
private_key: '-----BEGIN DSA PRIVATE KEY-----
6161

0 commit comments

Comments
 (0)