aboutsummaryrefslogtreecommitdiffstats
path: root/modules/youri-check/manifests
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-03-25 15:28:35 +0000
committerPascal Terjan <pterjan@mageia.org>2011-03-25 15:28:35 +0000
commit0ab679e626d4683fdedb3608ecad2c8b2cbde03e (patch)
tree3995e5c4b7326da330bd25cfe887ce2b96cba815 /modules/youri-check/manifests
parent3c859017cfb213f7ffd5903af3c6d94446c4709d (diff)
downloadpuppet-0ab679e626d4683fdedb3608ecad2c8b2cbde03e.tar
puppet-0ab679e626d4683fdedb3608ecad2c8b2cbde03e.tar.gz
puppet-0ab679e626d4683fdedb3608ecad2c8b2cbde03e.tar.bz2
puppet-0ab679e626d4683fdedb3608ecad2c8b2cbde03e.tar.xz
puppet-0ab679e626d4683fdedb3608ecad2c8b2cbde03e.zip
Set the user for the cron job
Diffstat (limited to 'modules/youri-check/manifests')
-rw-r--r--modules/youri-check/manifests/init.pp1
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":