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 purging puppet resource openldap_access #315

Merged
merged 3 commits into from
Sep 14, 2021
Merged

Fix purging puppet resource openldap_access #315

merged 3 commits into from
Sep 14, 2021

Conversation

smortex
Copy link
Member

@smortex smortex commented Sep 4, 2021

The provider returned inconsistent entries, some of them having their
ensure property set to absent and no access property.

This fix this issue by using another format for the generated resource
titles (to match what is done by the module when managing resources from
Puppet code) and reworking the way an existing resource is detected.

This PR also include:

The provider returned inconsistent entries, some of them having their
`ensure` property set to `absent` and no `access` property.

This fix this issue by using another format for the generated resource
titles (to match what is done by the module when managing resources from
Puppet code) and reworking the way an existing resource is detected.
@smortex smortex added the bug Something isn't working label Sep 4, 2021
@smortex smortex changed the title Fix puppet resource openldap_access Fix purging puppet resource openldap_access Sep 13, 2021
@smortex smortex linked an issue Sep 13, 2021 that may be closed by this pull request
@bastelfreak bastelfreak merged commit f689876 into master Sep 14, 2021
@bastelfreak bastelfreak deleted the access branch September 14, 2021 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Purging openldap_access is highly unreliable.
2 participants