From cc73d0b8973bcee1dbb43c18190cd00ec179a95c Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 3 May 2025 00:57:44 +1000 Subject: [PATCH] chore: change puppetboard python version - change python version to follow python3_release fact - this will follow os-release upgrades --- 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 c141e73..121f39b 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 = '3.6', + String $python_version = $facts['python3_release'], Boolean $manage_virtualenv = false, Integer $reports_count = 40, Boolean $offline_mode = true, -- 2.47.3