-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users are not added to new group until 2nd convergence of recipe #90
Comments
@jkeiser @tyler-ball We discussed this issue today I'd rate this issue higher on priority as needing to run chef-client twice when adding new group is less then ideal. |
Phil had mentioned that this issue that i'm seeing with kitchen could be related. Manual run:
Test-Kitchen run:
|
@poliva83 what Chef server are you using? I'm seeing things that make me wonder if perhaps the issue is server-side. |
@jkeiser We are seeing this on |
@jkeiser Not sure this matters but worth mentioning its using a HA topology setup (BYOHA model). |
I see the above bug (chef/chef-server#605) on Hosted; not 100% sure if it's the same bug, because it would imply that both create and update were busted. Will investigate more. |
@jkeiser Did your investigation bear fruit? Any news on this issue? |
@poliva83 We're following up on this in chef/chef-server#605 |
I can work around it in cheffish by having it create and then immediately update the group. |
chef_group will create new group in your organization but the users do not appear to be added to group until 2nd chef-client run.
recipe snippet
1st chef-client run
2nd chef-client run
The text was updated successfully, but these errors were encountered: