Bump external modules used in unit tests

It seems Puppetfile_unit has not been updated properly. This bumps
the versions used in the file so that we test our modules with
the latest dependent modules.

Change-Id: I61a5060a1f8a82182a2b90d95ebb3af93dc101b0
This commit is contained in:
Takashi Kajinami 2023-02-26 01:30:59 +09:00
parent d4780c3823
commit bac2ddd3cb

View File

@ -1,25 +1,25 @@
mod 'augeas_core',
:git => 'https://github.com/puppetlabs/puppetlabs-augeas_core',
:ref => '1.0.5'
:ref => 'v1.3.0'
mod 'cron_core',
:git => 'https://github.com/puppetlabs/puppetlabs-cron_core',
:ref => '1.0.3'
:ref => 'v1.2.0'
mod 'sshkeys_core',
:git => 'https://github.com/puppetlabs/puppetlabs-sshkeys_core',
:ref => '1.0.3'
:ref => 'v2.4.0'
mod 'yumrepo_core',
:git => 'https://github.com/puppetlabs/puppetlabs-yumrepo_core',
:ref => '1.0.7'
:ref => 'v1.2.0'
# NOTE(tobias-urdin): Needed by puppet-swift.
mod 'mount_core',
:git => 'https://github.com/puppetlabs/puppetlabs-mount_core',
:ref => '1.0.4'
:ref => 'v1.2.0'
# NOTE(tobias-urdin): Needed by p-o-i.
mod 'selinux_core',
:git => 'https://github.com/puppetlabs/puppetlabs-selinux_core',
:ref => '1.0.4'
:ref => 'v1.3.0'