From e3440e747de0ae81766accc6b3fc3a6330ddda9c Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Nov 30 2017 12:27:11 +0000 Subject: remove systemd-logger before installing rsyslog otherwise there are conflicts that we need to avoid --- diff --git a/salt/profile/log/init.sls b/salt/profile/log/init.sls index a22b132..0e21ea9 100644 --- a/salt/profile/log/init.sls +++ b/salt/profile/log/init.sls @@ -13,6 +13,11 @@ rsyslog_host: - monitor - syslog +systemd-logger: + pkg.removed: + - require_in: + - pkg: rsyslog + # TODO: replace with a proper logrotate formula {% if osmajorrelease in ['12', '42'] %} logrotate.timer: