python / psf-salt

PSF infrastructure configuration
MIT License
111 stars 57 forks source link

"Invalid compound target: for results: " error when calling state.highstate #297

Open ewdurbin opened 1 year ago

ewdurbin commented 1 year ago

When calling state.highstate on any given node, the following log lines appear during execution:

[ERROR   ] Invalid compound target:  for results: 
[ERROR   ] Invalid compound target:  for results: 

We should determine what these are and how to resolve them.

Running sudo salt-call -l debug state.highstate after vagrant sshing into a given node locally should produce output that helps us track this down.