From 94889b2c49853c16a58041c093b518b5dcc9dfb3 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 13 Nov 2017 15:54:57 +0100 Subject: [PATCH] Changing logrotate for mcollective --- os/RedHat-7.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/os/RedHat-7.yaml b/os/RedHat-7.yaml index 312d795a..8058cdce 100644 --- a/os/RedHat-7.yaml +++ b/os/RedHat-7.yaml @@ -12,7 +12,6 @@ infra::profile::logrotate::rules: btmp: dateformat: '-%Y-%m-%d' mcollective: - postrotate: | - systemctl restart mcollective >/dev/null 2>&1 || true + postrotate: 'systemctl restart mcollective >/dev/null 2>&1 || true' # vim: et list -- 2.39.5