From 3f5d03ac612cbe23b7023f94159f61dadad7a1fa Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 3 Feb 2020 23:33:30 +0100 Subject: [PATCH] Update Puppetfile_unit module versions Change-Id: Id97b065be4b62db9d19472d6a44b3711daab8f93 --- Puppetfile_unit | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Puppetfile_unit b/Puppetfile_unit index 163224319..4c123cd46 100644 --- a/Puppetfile_unit +++ b/Puppetfile_unit @@ -1,20 +1,20 @@ mod 'augeas_core', :git => 'https://github.com/puppetlabs/puppetlabs-augeas_core', - :ref => '1.0.3' + :ref => '1.0.5' mod 'cron_core', :git => 'https://github.com/puppetlabs/puppetlabs-cron_core', - :ref => '1.0.0' + :ref => '1.0.3' mod 'sshkeys_core', :git => 'https://github.com/puppetlabs/puppetlabs-sshkeys_core', - :ref => '1.0.1' + :ref => '1.0.3' mod 'yumrepo_core', :git => 'https://github.com/puppetlabs/puppetlabs-yumrepo_core', - :ref => 'd751a380d7aea5ba88b3571a342039dfae3621e4' + :ref => '1.0.6' # NOTE(tobias-urdin): Needed by puppet-swift. mod 'mount_core', :git => 'https://github.com/puppetlabs/puppetlabs-mount_core', - :ref => '1.0.2' + :ref => '1.0.4'