Skip to content
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

Fix multiple group.present states for same group #6439

Merged
merged 1 commit into from
Jul 30, 2013

Conversation

terminalmage
Copy link
Contributor

This commit fixes #6431 by clearing the context variable created by
running __salt__['group.getent'](), allowing multiple group.present
states which reference the same group to be successfully used in the
same salt run.

This commit fixes saltstack#6431 by clearing the context variable created by
running __salt__['group.getent'](), allowing multiple group.present
states which reference the same group to be successfully used in the
same salt run.
thatch45 added a commit that referenced this pull request Jul 30, 2013
Fix multiple group.present states for same group
@thatch45 thatch45 merged commit fa9e260 into saltstack:develop Jul 30, 2013
@akoumjian
Copy link
Contributor

Many thanks @terminalmage

@terminalmage
Copy link
Contributor Author

No prob!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple group.present fails when group first created
3 participants