diff options
-rwxr-xr-x | modules/bugzilla/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |