voxpupuli / puppet-puppetboard

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

Add Debian 12 support #396

Open bastelfreak opened 9 months ago

bastelfreak commented 9 months ago

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

kenyon commented 8 months ago

A ruby problem somewhere with the Debian 12 tests:

Error: Could not run: cannot load such file -- scanf
smortex commented 8 months ago

Looks like the Debian package lack some required dependencies: https://github.com/puppetlabs/puppet/blob/272abb97efa5d1c44fd238e3988b5a9f7e87cd3f/.gemspec#L45

Installing ruby-scanf should help.

h0tw1r3 commented 4 months ago

There's no puppetdb package for Debian 12 yet :( https://github.com/puppetlabs/ezbake/pull/629