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: #453
This commit was merged in pull request #453.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user