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

Remove subdirectories of $purged_dirs #234

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

deligatedgeek
Copy link
Contributor

Hi @djjudas21

FreeRadius installation (Mine is 3.2.5) now adds directory realms as a subdirectory of certs, which the current file resource purge cannot delete, causing these messages and restarting FreeRadius on every puppet run.

Notice: /Stage[main]/Freeradius/File[/etc/freeradius/3.0/certs/realms]: Not removing directory; use 'force' to override
Notice: /Stage[main]/Freeradius/File[/etc/freeradius/3.0/certs/realms]/ensure: removed (corrective)
Debug: /Stage[main]/Freeradius/File[/etc/freeradius/3.0/certs/realms]: The container freeradius certs will propagate my refresh event

I have set force to purge the subdirectory and stop this problem.

This can also be fixed with a resource collector hack in the puppet profile, but this is cleaner

@djjudas21 djjudas21 merged commit 66b6aca into djjudas21:main Nov 7, 2024
0 of 2 checks passed
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.

2 participants