diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-22 15:56:11 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-22 15:56:38 +0200 |
commit | 49e7cc940e2604852e3db8a8ddbdefc810dce8ba (patch) | |
tree | 7344a516597e2a987f706d76637da2defa390024 | |
parent | 576fe6f556fcd4c5f48957dcf5364e8d2f951dd3 (diff) | |
download | puppet-49e7cc940e2604852e3db8a8ddbdefc810dce8ba.tar puppet-49e7cc940e2604852e3db8a8ddbdefc810dce8ba.tar.gz puppet-49e7cc940e2604852e3db8a8ddbdefc810dce8ba.tar.bz2 puppet-49e7cc940e2604852e3db8a8ddbdefc810dce8ba.tar.xz puppet-49e7cc940e2604852e3db8a8ddbdefc810dce8ba.zip |
bugzilla: Send sanitycheck to LpSolit
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index 1f08a040..367b52e4 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -185,4 +185,11 @@ class bugzilla { hour => 3, minute => 0, } + cron { 'sanitycheck': + command => "$bugzilla_location/sanitycheck.pl --login LpSolit@netscape.net", + user => 'apache', + hour => 21, + minute => 0, + } + } |