From 1e707b8b9a01cca1c832ffc59c23fd06837c1260 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 16 Mar 2026 23:53:52 +1100 Subject: [PATCH] feat: puppetboard 7 python (#453) auto-upgraded to puppetboard 7, which requires 3.10 python. upgrade puppetboard venv from 3.9 (system python) -> 3.12 Reviewed-on: https://git.unkin.net/unkin/puppet-prod/pulls/453 --- site/profiles/manifests/puppet/puppetboard.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/profiles/manifests/puppet/puppetboard.pp b/site/profiles/manifests/puppet/puppetboard.pp index 197ba72..b53203d 100644 --- a/site/profiles/manifests/puppet/puppetboard.pp +++ b/site/profiles/manifests/puppet/puppetboard.pp @@ -3,7 +3,7 @@ # This class manages the Puppetboard, a web interface to PuppetDB. # class profiles::puppet::puppetboard ( - String $python_version = $facts['python3_release'], + String $python_version = '3.12', Boolean $manage_virtualenv = false, Integer $reports_count = 40, Boolean $offline_mode = true,