Takashi Kajinami bac2ddd3cb 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
2023-02-26 01:31:59 +09:00

26 lines
714 B
Plaintext

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