Skip to content

Commit ce5c720

Browse files
committed
refactor: adapt test condtitions for new hypervisor
1 parent 07bb7b7 commit ce5c720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/resolved_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
pp = <<-PUPPET
1111
class{'systemd':
1212
manage_resolved => true,
13-
manage_resolv_conf => #{default[:hypervisor] != 'docker'},
13+
manage_resolv_conf => #{default[:hypervisor] != 'container_podman'},
1414
}
1515
PUPPET
1616
apply_manifest(pp, catch_failures: true)
@@ -43,7 +43,7 @@
4343
class{'systemd':
4444
manage_resolved => true,
4545
resolved_ensure => 'stopped',
46-
manage_resolv_conf => #{default[:hypervisor] != 'docker'},
46+
manage_resolv_conf => #{default[:hypervisor] != 'container_podman'},
4747
}
4848
PUPPET
4949
apply_manifest(pp, catch_failures: true)

0 commit comments

Comments
 (0)