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

Add search expression to the user resource collector #34

Closed
wants to merge 1 commit into from

Conversation

imp-
Copy link
Contributor

@imp- imp- commented Mar 4, 2022

Hello,

Resources collectors are used in this module to define ordering, e.g. create users before podman rootless definitions.
The resource collectors used here will collect all available definitions though, which is a problem in a puppet tree with virtual (user) resources as the collector will attempt to create all of them.

Therefore, in this pull request, I propose to add a search expression to the resource collectors in order to only consider resources for the required users.

Thx,
Jan

@southalc
Copy link
Owner

southalc commented Mar 5, 2022

I was looking at this and can't figure out why I added the rootless_users parameter and the resource collector in the first place. I'll clean it up and post a new release.

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.

None yet

2 participants