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 07bb7b7 commit ce5c720Copy full SHA for ce5c720
spec/acceptance/resolved_spec.rb
@@ -10,7 +10,7 @@
10
pp = <<-PUPPET
11
class{'systemd':
12
manage_resolved => true,
13
- manage_resolv_conf => #{default[:hypervisor] != 'docker'},
+ manage_resolv_conf => #{default[:hypervisor] != 'container_podman'},
14
}
15
PUPPET
16
apply_manifest(pp, catch_failures: true)
@@ -43,7 +43,7 @@
43
44
45
resolved_ensure => 'stopped',
46
47
48
49
0 commit comments