You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At every Puppet Agent run it is logged, that Puppet won't remove the directory /etc/logrotate.d/hourly.
What behaviour did you expect instead
Puppet should remove the directory.
Output log
Notice: /Stage[main]/Logrotate::Hourly/File[/etc/logrotate.d/hourly]: Not removing directory; use 'force' to override
Notice: /Stage[main]/Logrotate::Hourly/File[/etc/logrotate.d/hourly]/ensure: removed (corrective)
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
I'm seeing this in RedHat 9 now as well, puppet 7.24.0, module version 7.0.1, presumably as a result of disabling cron in favor of the timer in the most recent update.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
The directory
/etc/logrotate.d/hourly
has to be present. It was ceated by this module.What are you seeing
At every Puppet Agent run it is logged, that Puppet won't remove the directory /etc/logrotate.d/hourly.
What behaviour did you expect instead
Puppet should remove the directory.
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: