aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-22 15:56:11 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-22 15:56:38 +0200
commit49e7cc940e2604852e3db8a8ddbdefc810dce8ba (patch)
tree7344a516597e2a987f706d76637da2defa390024 /modules/bugzilla
parent576fe6f556fcd4c5f48957dcf5364e8d2f951dd3 (diff)
downloadpuppet-49e7cc940e2604852e3db8a8ddbdefc810dce8ba.tar
puppet-49e7cc940e2604852e3db8a8ddbdefc810dce8ba.tar.gz
puppet-49e7cc940e2604852e3db8a8ddbdefc810dce8ba.tar.bz2
puppet-49e7cc940e2604852e3db8a8ddbdefc810dce8ba.tar.xz
puppet-49e7cc940e2604852e3db8a8ddbdefc810dce8ba.zip
bugzilla: Send sanitycheck to LpSolit
Diffstat (limited to 'modules/bugzilla')
-rwxr-xr-xmodules/bugzilla/manifests/init.pp7
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,
+ }
+
}