aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-04-03 23:05:23 +0300
committerThomas Backlund <tmb@mageia.org>2019-04-03 23:05:23 +0300
commitedde486755f7afdd6c4c23f2110d0f0874e75a1f (patch)
treee04945b1a7dbcd64d0854edb58de99502f69e922
parente169f043a9bd7f931d3522ef1f42cac0fe069595 (diff)
downloadpuppet-edde486755f7afdd6c4c23f2110d0f0874e75a1f.tar
puppet-edde486755f7afdd6c4c23f2110d0f0874e75a1f.tar.gz
puppet-edde486755f7afdd6c4c23f2110d0f0874e75a1f.tar.bz2
puppet-edde486755f7afdd6c4c23f2110d0f0874e75a1f.tar.xz
puppet-edde486755f7afdd6c4c23f2110d0f0874e75a1f.zip
update LpSolit email
-rwxr-xr-xmodules/bugzilla/manifests/init.pp2
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,