aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-02-12 10:37:06 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-02-12 10:37:06 +0000
commitf45db50aeab6e90108d27586ed98f204eaba667e (patch)
treea2579b716edf9022647346d482c1a002228de087 /modules/bugzilla
parentc8f6421b5ce0a4358e4075822669642f06254b48 (diff)
downloadpuppet-f45db50aeab6e90108d27586ed98f204eaba667e.tar
puppet-f45db50aeab6e90108d27586ed98f204eaba667e.tar.gz
puppet-f45db50aeab6e90108d27586ed98f204eaba667e.tar.bz2
puppet-f45db50aeab6e90108d27586ed98f204eaba667e.tar.xz
puppet-f45db50aeab6e90108d27586ed98f204eaba667e.zip
Fix default severity
Fix defautl Arch Remove timetrackinggroup
Diffstat (limited to 'modules/bugzilla')
-rw-r--r--modules/bugzilla/templates/params34
1 files changed, 17 insertions, 17 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params
index 45e8a0c8..46d980f2 100644
--- a/modules/bugzilla/templates/params
+++ b/modules/bugzilla/templates/params
@@ -32,11 +32,11 @@
'createemailregexp' => '.*',
'cvsroot' => '',
'cvsroot_get' => '',
- 'defaultopsys' => '',
- 'defaultplatform' => '',
+ 'defaultopsys' => 'Linux',
+ 'defaultplatform' => 'i586',
'defaultpriority' => '---',
'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' => 'enhancement',
+ 'defaultseverity' => 'normal',
'docs_urlbase' => 'docs/%lang%/html/',
'duplicate_or_move_bug_status' => 'RESOLVED',
'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$',
@@ -73,20 +73,20 @@
'rememberlogin' => 'on',
'requirelogin' => '0',
'sendmailnow' => 1,
- 'shadowdb' => '',
- 'shadowdbhost' => '',
- 'shadowdbport' => '3306',
- 'shadowdbsock' => '',
- 'shutdownhtml' => '',
- 'smtp_debug' => 0,
- 'smtp_password' => '',
- 'smtp_username' => '',
- 'smtpserver' => 'localhost',
- 'specific_search_allow_empty_words' => 1,
- 'ssl_redirect' => 0,
- 'sslbase' => '',
- 'strict_isolation' => 0,
- 'timetrackinggroup' => 'editbugs',
+ 'shadowdb' => '',
+ 'shadowdbhost' => '',
+ 'shadowdbport' => '3306',
+ 'shadowdbsock' => '',
+ 'shutdownhtml' => '',
+ 'smtp_debug' => 0,
+ 'smtp_password' => '',
+ 'smtp_username' => '',
+ 'smtpserver' => 'localhost',
+ 'specific_search_allow_empty_words' => 1,
+ 'ssl_redirect' => 0,
+ 'sslbase' => '',
+ 'strict_isolation' => 0,
+ 'timetrackinggroup' => '',
'upgrade_notification' => 'latest_stable_release',
'urlbase' => 'http://bugs.<%= domain %>/',
'use_mailer_queue' => 0,