creating existing users on AWS when they don't have a group
- by Jon Strayer
It seems when chef creates a user with the id of "foobar" it also creates a group with the id of "foobar". AWS doesn't do that.
So, when I run my create users script via Opsworks it blows up on the first user that already exists because the group doesn't.
I thought there was a way to say create the user but not the group, but I can't find it.
…