From e09b730c04083998fda0869a22b51c8957080b39 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 17 Sep 2025 21:38:31 +0900 Subject: [PATCH] Update module constraints The propose-updats job is currently broken so generate the update manually now to make sure we use the latest release available. Change-Id: Icadc6ab06f1a150fcad2826ae969fa4679341a40 Signed-off-by: Takashi Kajinami --- Puppetfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Puppetfile b/Puppetfile index 0ee493821..b40952c0d 100644 --- a/Puppetfile +++ b/Puppetfile @@ -136,7 +136,7 @@ mod 'apache', mod 'apt', :git => 'https://github.com/puppetlabs/puppetlabs-apt', - :ref => 'v10.0.1' + :ref => 'v11.0.0' mod 'concat', :git => 'https://github.com/puppetlabs/puppetlabs-concat', @@ -144,7 +144,7 @@ mod 'concat', mod 'firewall', :git => 'https://github.com/puppetlabs/puppetlabs-firewall', - :ref => 'v8.1.7' + :ref => 'v8.2.0' mod 'inifile', :git => 'https://github.com/puppetlabs/puppetlabs-inifile', @@ -152,7 +152,7 @@ mod 'inifile', mod 'mysql', :git => 'https://github.com/puppetlabs/puppetlabs-mysql', - :ref => 'v16.2.0' + :ref => 'v16.3.0' mod 'postgresql', :git => 'https://github.com/puppetlabs/puppetlabs-postgresql', @@ -188,7 +188,7 @@ mod 'dns', mod 'archive', :git => 'https://github.com/voxpupuli/puppet-archive', - :ref => 'v8.0.0' + :ref => 'v8.1.0' mod 'ssh_keygen', :git => 'https://github.com/voxpupuli/puppet-ssh_keygen', @@ -196,9 +196,9 @@ mod 'ssh_keygen', mod 'redis', :git => 'https://github.com/voxpupuli/puppet-redis', - :ref => 'v11.1.0' + :ref => 'v12.0.0' mod 'systemd', :git => 'https://github.com/voxpupuli/puppet-systemd', - :ref => 'v8.2.0' + :ref => 'v9.0.1'