diff options
Diffstat (limited to 'modules/youri-check/manifests')
-rw-r--r-- | modules/youri-check/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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": |