feat: upgrade puppetboard python to 3.12

- 3.9 no longer supports all features used by required packages
This commit is contained in:
2026-03-16 23:27:01 +11:00
parent 416c5ce7d9
commit 4eff8ef551
@@ -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,