From 4087aeb74e8094f76905cb90f3d3bc25fcd07f37 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 6 Jun 2022 16:38:57 -0700 Subject: [PATCH] (Puppetfile) bump puppet/yum to 5.6.1 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 99f8f4d93f..f8989715d4 100644 --- a/Puppetfile +++ b/Puppetfile @@ -90,7 +90,7 @@ mod 'puppet/selinux', '3.4.1' mod 'puppet/ssh_keygen', '5.0.2' mod 'puppet/systemd', '3.8.0' mod 'puppet/telegraf', git: 'https://github.com/voxpupuli/puppet-telegraf', ref: '2562314' # requires toml-rb installed on master https://github.com/voxpupuli/puppet-telegraf/pull/178 -mod 'puppet/yum', '5.3.1' +mod 'puppet/yum', '5.6.1' mod 'qtechnologies/sysstat', '1.2.4' mod 'richardc/datacat', '0.6.2' mod 'saz/resolv_conf', '5.0.0'