From bac2ddd3cb23bc29bb1cf870ee37178a57b95778 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 26 Feb 2023 01:30:59 +0900 Subject: [PATCH] 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 --- Puppetfile_unit | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Puppetfile_unit b/Puppetfile_unit index 20c82349a..dd5b3649a 100644 --- a/Puppetfile_unit +++ b/Puppetfile_unit @@ -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'