chore: change puppetboard python version

- change python version to follow python3_release fact
- this will follow os-release upgrades
This commit is contained in:
Ben Vincent 2025-05-03 00:57:44 +10:00
parent cdf9456456
commit cc73d0b897

View File

@ -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,