diff options
author | Frédéric Buclin <LpSolit@netscape.net> | 2016-02-21 20:40:58 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-02-21 20:40:58 +0200 |
commit | 073644369dd2be4742b78a48ef7795520a27de93 (patch) | |
tree | 414e7d3c0cf715922b6fb1e22d631e22d4921f52 /modules/bugzilla/templates | |
parent | 9c88eafb46225df40f8e7a03a54f378e83935f53 (diff) | |
download | puppet-073644369dd2be4742b78a48ef7795520a27de93.tar puppet-073644369dd2be4742b78a48ef7795520a27de93.tar.gz puppet-073644369dd2be4742b78a48ef7795520a27de93.tar.bz2 puppet-073644369dd2be4742b78a48ef7795520a27de93.tar.xz puppet-073644369dd2be4742b78a48ef7795520a27de93.zip |
add missing maintainer definition (mga#17798)
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r-- | modules/bugzilla/templates/params | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index abe26bd8..a12379fa 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -32,8 +32,8 @@ 'cookiepath' => '/', 'createemailregexp' => '.*', 'cvsroot' => '', - 'debug_group' => 'editbugs', 'cvsroot_get' => '', + 'debug_group' => 'editbugs', 'default_search_limit' => '500', 'defaultopsys' => 'Linux', 'defaultplatform' => 'i586', @@ -54,6 +54,7 @@ 'lxr_url' => '', 'mail_delivery_method' => 'SMTP', 'mailfrom' => 'bugzilla-daemon@<%= domain %>', + 'maintainer' => 'sysadmin@group.<%= domain %>', 'makeproductgroups' => 0, 'maxattachmentsize' => '1000', 'maxlocalattachment' => '0', |