From 07a5111734cab43d30ed6d699282b9f9a5763272 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Fri, 29 Jul 2022 09:34:01 -0700 Subject: [PATCH] (Puppetfile) bump puppet/telegraf to 4.2.0 The 4.2.0 release includes https://github.com/voxpupuli/puppet-telegraf/pull/178. --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index a425bc1c52..29fdb3ba59 100644 --- a/Puppetfile +++ b/Puppetfile @@ -89,7 +89,7 @@ mod 'puppet/scl', git: 'https://github.com/lsst-it/puppet-scl', ref: 'production 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/telegraf', '4.2.0' # requires toml-rb installed on master mod 'puppet/yum', '5.3.1' mod 'qtechnologies/sysstat', '1.2.4' mod 'richardc/datacat', '0.6.2'