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
Error: Evaluation Error: Error while evaluating a Resource Statement, Could not find declared class elastic_stack::repo (file: /......../Packs/App_ElasticStack.pp, line: 9, column: 1) on node elastistack
I then run another pack (not at the same time, I am running them one at a time) and get this error:
Error: Evaluation Error: Error while evaluating a Function Call, Could not find class ::mtulio::ssh for elastistack (file: /......../Packs/Config_SSH-Server_AllowRoot.pp, line: 7, column: 1) on node elastistack
Note that this file (SSH-Server) makes no reference to elastistack:
After running this:
I get:
I then run another pack (not at the same time, I am running them one at a time) and get this error:
Note that this file (SSH-Server) makes no reference to elastistack:
The puppet module list command does NOT list the elastistack command as being installed...
Manually running puppet module install elastic/elastic_stack command installs the module, but does not resolve the issue with other packs.
Uninstalling it also does not resolve the issue.
Puppet is effectively killed on this box now. Ideas?
This was a clean install (with a few other puppet packs installed) just to build out the elastic stack process.
The text was updated successfully, but these errors were encountered: