From 0ab679e626d4683fdedb3608ecad2c8b2cbde03e Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 25 Mar 2011 15:28:35 +0000 Subject: Set the user for the cron job --- modules/youri-check/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/youri-check/manifests') diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index f3fc61a2..02c7b91a 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -24,6 +24,7 @@ class youri-check { cron { 'check': command => "youri-check -c $config test && youri-check -c $config report", hour => 6, + user => "$user", } file { "$config": -- cgit v1.2.1