Skip to content

Commit c7c3960

Browse files
authored
Merge pull request #574 from voxpupuli/modulesync
modulesync 10.4.0
2 parents 9000aba + ce5c720 commit c7c3960

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ permissions:
2222
jobs:
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

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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'

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)