I removed the L@ from the group1 list and I still ran into the same issue but now it's with all the minions.
I also tried a second time by removing the match: nodegroup from the top.sls file, this didn't help.
I tried putting the L@ back to the group1 list and put the top.sls file back the orginial settings (using match: nodegroup) and it now fails on all the minions.
I removed the group settings in top.sls to bypass using groups all together and it worked for all minions, even the one server having the error before.
Salt Master version: 0.10.1
Command:
salt testsrv.* state.highstate
Failed Configurations
/etc/salt/master
nodegroups:
group1: 'testsrv.*,yoda.*'
nodegroups:
top.sls config
base:
'group1':
- match: nodegroup
- ljohnso3
base:
'group1':
- ljohnso3
Successful Config:
top.sls
base:
'*':
- ljohnso3