chore: change puppetboard python version #270

Merged
unkinben merged 1 commits from neoloc/puppetboard_python into develop 2025-05-03 01:07:53 +10:00

View File

@ -3,7 +3,7 @@
# This class manages the Puppetboard, a web interface to PuppetDB. # This class manages the Puppetboard, a web interface to PuppetDB.
# #
class profiles::puppet::puppetboard ( class profiles::puppet::puppetboard (
String $python_version = '3.6', String $python_version = $facts['python3_release'],
Boolean $manage_virtualenv = false, Boolean $manage_virtualenv = false,
Integer $reports_count = 40, Integer $reports_count = 40,
Boolean $offline_mode = true, Boolean $offline_mode = true,