When running this module on Alma 8, I've been running into an issue where the class jupyterhub::base::install::venv is run after the jupyterhub::base::install::packages class which it depends on. This means that puppet needs to be run twice to get everything installed.
When running this module on Alma 8, I've been running into an issue where the class
jupyterhub::base::install::venv
is run after thejupyterhub::base::install::packages
class which it depends on. This means that puppet needs to be run twice to get everything installed.