We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Define a log rotate rule with paths that use glob patterns, i.e.
logrotate::rule {'test': path => '/var/log/basedir/*/*/*.log', ... }
Logrotate::Rule[test]: parameter 'path' expects a Logrotate::Path = Variant[Stdlib::Unixpath = Pattern[/\A\/([^ \/\0]+\/*)*\z/], Array[Stdlib::Unixpath = Pattern[/\A\/([^ \/\0]+\/*)*\z/]]] value, got String
/etc/logrotete.d/test file containing:
/var/log/basedir/*/*/*.log { ... }
The text was updated successfully, but these errors were encountered:
Implement workaround for voxpupuli#189
c162b77
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Define a log rotate rule with paths that use glob patterns, i.e.
What are you seeing
What behaviour did you expect instead
/etc/logrotete.d/test file containing:
The text was updated successfully, but these errors were encountered: