You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module installs and configures Puppetboard fine, but when Apache2 tries to run Puppetboard, it complains that the puppetboard python module is missing.
If I manually installed the pip puppetboard module using like:
Also, I've used revision instead of version in module versions before v9.0.0, but when I upgraded to v9.0.0, I got an error message stating that version should be used over revision. Though it looks like version parameter isn't documented, only revision, so if I'm doing something wrong here please let me know.
The text was updated successfully, but these errors were encountered:
This seems to be more of a module issue rather than Puppetboard's, but let's try to fix it here.
If you upgraded to v9.0.0 of the module then I recommend you to delete the old puppetboard directory (/srv/puppetboard) completely and rerun puppet for a fresh install.
That is very correct, sorry for reporting it in the wrong repo.
Either way, deleting the old puppetboard directory does not help. When using revision, the module complains that you should be using version instead, but when using version, the error occurs. Which is the intended parameter, version or revision?
Describe the bug
The module installs and configures Puppetboard fine, but when Apache2 tries to run Puppetboard, it complains that the
puppetboard
python module is missing.If I manually installed the pip
puppetboard
module using like:... then I get the following error when running
puppet agent -t
:Puppetboard version
Module version: 9.0.0
Puppetboard version: 4.2.6
Environment and installation method
Basically the configuration parameters I've used:
Also, I've used
revision
instead ofversion
in module versions before v9.0.0, but when I upgraded to v9.0.0, I got an error message stating thatversion
should be used overrevision
. Though it looks likeversion
parameter isn't documented, onlyrevision
, so if I'm doing something wrong here please let me know.The text was updated successfully, but these errors were encountered: