diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2013-02-11 10:29:27 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2013-02-11 10:29:27 +0000 |
commit | 07b2e684091e2fb34bbaf7d2bcb4c4de65c3b46d (patch) | |
tree | 6ed9cc8b1f6e72f8745f7d7f55870aac5422c799 /modules | |
parent | 5ded586d0c9397fee30f069dff95d01941e46347 (diff) | |
download | puppet-07b2e684091e2fb34bbaf7d2bcb4c4de65c3b46d.tar puppet-07b2e684091e2fb34bbaf7d2bcb4c4de65c3b46d.tar.gz puppet-07b2e684091e2fb34bbaf7d2bcb4c4de65c3b46d.tar.bz2 puppet-07b2e684091e2fb34bbaf7d2bcb4c4de65c3b46d.tar.xz puppet-07b2e684091e2fb34bbaf7d2bcb4c4de65c3b46d.zip |
Set secteam as insider group
Diffstat (limited to 'modules')
-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 0be18af3..e799a793 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -34,7 +34,8 @@ 'cvsroot_get' => '', 'defaultopsys' => 'Linux', 'defaultplatform' => 'i586', - 'defaultpriority' => 'Normal', + 'defaultpriority' => 'Normal', + 'insidergroup' => 'secteam', 'defaultquery' => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring', 'defaultseverity' => 'normal', 'docs_urlbase' => ' http://www.bugzilla.org/docs/3.6/en/html/', |