File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ permissions:
2222jobs :
2323 puppet :
2424 name : Puppet
25- uses : voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
25+ uses : voxpupuli/gha-puppet/.github/workflows/beaker.yml@v4
Original file line number Diff line number Diff line change 22# Managed by modulesync - DO NOT EDIT
33# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44
5- modulesync_config_version : ' 10.3 .0'
5+ modulesync_config_version : ' 10.4 .0'
Original file line number Diff line number Diff line change 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 )
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 )
You can’t perform that action at this time.
0 commit comments