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

Make logrotate.conf into a template with defined type #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

apowers
Copy link

@apowers apowers commented Jul 8, 2013

It is useful to be able to set defaults for all logrotate logs, especially for those that may be vendor installed and not specifically managed by puppet.
This update converts logrotate.conf from a static file to a template using a defined type very similar to the one used for rules.

@blkperl
Copy link

blkperl commented Mar 24, 2014

+1

@gregswift
Copy link

If i'm reading this right, it would not touch the logrotate.conf if you don't specify to edit it correct? that would be awesome.

Documented my thoughts in #33

@phibos
Copy link

phibos commented Oct 10, 2014

+1
Are there any reasons why this feature has not been merged?

@baurmatt
Copy link

I guess since this PR is a total mess. There were 2 commits added which having nothing to do with the actual PR. I've cleaned it up myself (https://github.com/baurmatt/puppet-logrotate/tree/fix_pr15) but want to do some refactoring before creating a new PR. My idea was, to have one template which can be used for /etc/logrotate.conf and /etc/logrotate.d/* since those files are exactly the same beside the additional "<%= rpath %> {" and "}" lines. @rodjek some thoughts about this?

case $ensure {
'latest': { $_ensure = 'latest' }
false,'absent': { $_ensure = 'absent' }
default: { $_ensure = 'presest' }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo - should be "present"

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.

6 participants