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
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
When bootstrapping a completely new puppet system, we get an error from this module:
Error: Could not run: cannot load such file -- puppet/util/puppetdb
This is because at that moment nothing is configured/installed (also no puppetdb server).
We are trying to do the initial configuration for the puppet master by using puppet apply.
Is there any possibility to do a check for this case?
I'm not sure I'm making any sense, so please tell me if it's not clear what my problem is.