- don't deprecate yum --sslcertdir just yet; check and use it if supported
[nodeupdate.git] / NodeUpdate.logrotate
1 /var/log/NodeUpdate.log {
2     compress
3     daily
4     notifempty
5     rotate 5
6     missingok
7 }