From 84758329465f04f523adfc11dc4e0bfd8d0b37f9 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 7 Apr 2014 00:21:35 -0400 Subject: [PATCH] Add rsyslog to cron.template --- templates/cron.template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/cron.template.yml b/templates/cron.template.yml index 60140c7..f98de08 100644 --- a/templates/cron.template.yml +++ b/templates/cron.template.yml @@ -19,4 +19,5 @@ run: - exec: hook: cron cmd: echo cron installed - + - exec: + cmd: apt-get -y install rsyslog -- 2.25.1