Skip to content
Snippets Groups Projects
Commit 25691eb9 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Remove rsyslog configuration

It will be removed in common/basic-system
parent 6336a362
No related branches found
No related tags found
No related merge requests found
---
client_use_proprietary_google_apps: False
client_do_rsyslog: True
client_provision_mozilla: True
/var/log/auth.log
{
rotate 4
weekly
missingok
notifempty
compress
postrotate
invoke-rc.d rsyslog rotate > /dev/null
endscript
}
/var/log/syslog
/var/log/mail.info
/var/log/mail.warn
/var/log/mail.err
/var/log/mail.log
/var/log/daemon.log
/var/log/kern.log
/var/log/user.log
/var/log/lpr.log
/var/log/cron.log
/var/log/debug
/var/log/messages
{
rotate 7
daily
missingok
notifempty
compress
sharedscripts
postrotate
invoke-rc.d rsyslog rotate > /dev/null
endscript
}
......@@ -28,10 +28,6 @@
with_fileglob:
- fonts/*
- name: configure logrotate for rsyslog files to fit the client needs
copy: src=logrotate/rsyslog dest=/etc/logrotate.d/rsyslog owner=root group=root mode=0644
when: client_do_rsyslog
- name: ensure firefox default profile stuff is installed
copy: src=mozilla/firefox/ dest=/usr/lib/firefox-esr/ owner=root group=root mode=0644
when: client_provision_mozilla
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment