diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-04-03 23:05:23 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-04-03 23:05:23 +0300 |
commit | edde486755f7afdd6c4c23f2110d0f0874e75a1f (patch) | |
tree | e04945b1a7dbcd64d0854edb58de99502f69e922 | |
parent | e169f043a9bd7f931d3522ef1f42cac0fe069595 (diff) | |
download | puppet-edde486755f7afdd6c4c23f2110d0f0874e75a1f.tar puppet-edde486755f7afdd6c4c23f2110d0f0874e75a1f.tar.gz puppet-edde486755f7afdd6c4c23f2110d0f0874e75a1f.tar.bz2 puppet-edde486755f7afdd6c4c23f2110d0f0874e75a1f.tar.xz puppet-edde486755f7afdd6c4c23f2110d0f0874e75a1f.zip |
update LpSolit email
-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, |