Install logrotate with ryslog

The rsyslog roles configure logrotate so they should also ensure that it
is installed.

Change-Id: I6a3dc61e057888dc9c91c661c7637d17036f59c2
Closes-bug: #1494267
(cherry picked from commit a8ba83bafd)
This commit is contained in:
Hugh Saunders 2015-09-10 12:21:37 +01:00
parent 7b80acbc64
commit 58aa997b1d
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
rsyslog_client_apt_packages:
- rsyslog
- logrotate
rsyslog_client_spool_directory: /var/spool/rsyslog

View File

@ -18,6 +18,7 @@
rsyslog_server_apt_packages:
- rsyslog
- logrotate
rsyslog_server_spool_directory: /var/spool/rsyslog
rsyslog_server_storage_directory: /var/log/rsyslog