Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
riseup-puppet-recipes
sympa
Commits
ee06800e
Commit
ee06800e
authored
Jan 02, 2012
by
taggart
Browse files
move the augeas logrotate thing here from the riseup site-sympa module
parent
2823b890
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
ee06800e
...
...
@@ -13,6 +13,19 @@ class sympa {
if
$sympa_fcgid
{
include
sympa::fcgid
}
if
$sympa_samilter
{
include
sympa::samilter
}
# FIXME: files will go here
augeas
{
"logrotate_sympa"
:
context
=>
"/files/etc/logrotate.d/sympa/rule"
,
changes
=>
[
"set file /var/log/sympa/*.log"
,
"set rotate 3"
,
"set schedule weekly"
,
"set compress compress"
,
"set missingok missingok"
,
"set ifempty notifempty"
,
"set copytruncate copytruncate"
]
}
}
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment