From edde486755f7afdd6c4c23f2110d0f0874e75a1f Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 3 Apr 2019 23:05:23 +0300 Subject: update LpSolit email --- modules/bugzilla/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index f07368b0..c03b1a6a 100755 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -193,7 +193,7 @@ class bugzilla { minute => 0, } cron { 'sanitycheck': - command => "cd $bugzilla_location && $bugzilla_location/sanitycheck.pl --login LpSolit@netscape.net", + command => "cd $bugzilla_location && $bugzilla_location/sanitycheck.pl --login LpSolit@gmail.com", user => 'apache', hour => 21, minute => 0, -- cgit v1.2.1