I was till last month able to install salt machine without any problem, from then I have not changed anything (this is important).
I'm using Ubuntu server 14.04.
I will write here step by step how I installed every new machine using salt stack (and I have installed many machines almost every day because of some kid of testing).
Steps:
curl -L https://bootstrap.saltstack.com -o bootstrap_salt.sh
sudo sh bootstrap_salt.sh
salt-call --local state.highstate -l debug
Suddenly this error started to showing on every attempt to install new machine, this is one of many errors related to user and groups, but it is first on the list.
Something has changed so I have tried to download old bootstrap_salt.sh file and to call old version of salt, for example:
sudo sh bootstrap_salt.sh -P git v2015.8.7
But without any changes, error is still showing up.
Can somebody give me instructions which are working?
Thank you
requirethe 'demo' user. As Utah_Dave said, it would be helpful to see the original salt state definition. - whusterj