From 62f71e1feba5d5144e2f18088933fd3e83c43bc3 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 3 May 2025 01:07:52 +1000 Subject: [PATCH] chore: change puppetboard python version (#270) - change python version to follow python3_release fact - this will follow os-release upgrades Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/270 --- 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,