voxpupuli / puppet-puppetboard

Puppet module to install and manage puppetboard
https://forge.puppet.com/puppet/puppetboard
Apache License 2.0
53 stars 166 forks source link

allow python_version > 3.9 #385

Closed zivis closed 1 year ago

zivis commented 1 year ago

Pull Request (PR) description

Allow python_version to have a two digit minor version as in debian bookworm, which ships with 3.11 for example

smortex commented 1 year ago

The REFERENCE.md file needs to be updated. From your working branch:

$ bundle update                               # Make sure puppet-strings is up-to-date
$ bundle exec rake strings:generate:reference # Regenerate REFERENCE.md
$ git add REFERENCE.md
$ git commit --amend
$ git push --force

Thanks!