From 46200d5154ac38fab8a2993335af2e07b388a86b Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 27 Sep 2023 14:35:59 +0200 Subject: [PATCH] update puppetlabs/xinetd to 3.4.1 --- puppet/Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/Puppetfile b/puppet/Puppetfile index f67cf6977..214092f8a 100644 --- a/puppet/Puppetfile +++ b/puppet/Puppetfile @@ -34,7 +34,7 @@ mod 'puppetlabs/postgresql', '8.2.1' mod 'puppetlabs/rsync', :git => 'https://github.com/ekohl/puppetlabs-rsync', :branch => 'allow-concat-7' mod 'puppetlabs/stdlib', '8.6.0' mod 'puppetlabs/vcsrepo', '5.4.0' -mod 'puppetlabs/xinetd', '3.3.0' +mod 'puppetlabs/xinetd', '3.4.1' mod 'richardc/datacat', '0.6.2' mod 'saz/sudo', '8.0.0' mod 'theforeman/foreman', '23.1.0'