-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Logrotate::Rule Manage Olddir location #42
Comments
If I surface the |
Logrotate has a |
On Centos 6.8:
|
It will win the long run, however for earlier versions we would still have to create that directory manually. FYI we will not be able to upgrade to CentOS 6.8 or later. |
On what platforms/versions are you using this? |
CentOS 6.0 - 6.6. Some 5.6. |
Damn, we claim to support 5, 6, & 7 ;) I'll see what I can do... |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
logrotate::rule{"httpd": "olddir" => "/var/log/httpd/old" ... }
What are you seeing
/etc/logrotate.d/httpd
olddir /var/log/httpd/old
Directory does not exist on the filesystem.
What behaviour did you expect instead
The olddir directory created and maintained on the node's filesystem
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: