aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2013-02-24 19:01:26 +0000
committerDexter Morgan <dmorgan@mageia.org>2013-02-24 19:01:26 +0000
commit588ef1ac7900d7ebf77842e5ecdf3f192aa2dd81 (patch)
tree884a71375748df954171912fdb09bda364a369c9 /modules/bugzilla
parentaeebe079ad9298da311decd2695188ef24826575 (diff)
downloadpuppet-588ef1ac7900d7ebf77842e5ecdf3f192aa2dd81.tar
puppet-588ef1ac7900d7ebf77842e5ecdf3f192aa2dd81.tar.gz
puppet-588ef1ac7900d7ebf77842e5ecdf3f192aa2dd81.tar.bz2
puppet-588ef1ac7900d7ebf77842e5ecdf3f192aa2dd81.tar.xz
puppet-588ef1ac7900d7ebf77842e5ecdf3f192aa2dd81.zip
Adapt params to bugzilla 4.4 / add default_search_limit to 500
Diffstat (limited to 'modules/bugzilla')
-rw-r--r--modules/bugzilla/templates/params46
1 files changed, 24 insertions, 22 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params
index 08f03bf1..709ae411 100644
--- a/modules/bugzilla/templates/params
+++ b/modules/bugzilla/templates/params
@@ -1,6 +1,6 @@
%param = (
'LDAPBaseDN' => 'ou=People,<%= dc_suffix %>',
- 'LDAPbinddn' => 'cn=bugzilla-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>:<%= ldap_password %>',
+ 'LDAPbinddn' => 'cn=bugzilla-alamut,ou=Systiem Accounts,<%= dc_suffix %>:<%= ldap_password %>',
'LDAPfilter' => '',
'LDAPmailattribute' => 'mail',
'LDAPserver' => 'ldap.<%= domain %>',
@@ -29,15 +29,15 @@
'confirmuniqueusermatch' => 1,
'cookiedomain' => '',
'cookiepath' => '/',
- 'createemailregexp' => '.*',
- 'cvsroot' => '',
- 'cvsroot_get' => '',
- 'defaultopsys' => 'Linux',
- 'defaultplatform' => 'i586',
+ 'createemailregexp' => '.*',
+ 'cvsroot' => '',
+ 'cvsroot_get' => '',
+ 'default_search_limit' => '500',
+ 'defaultopsys' => 'Linux',
+ 'defaultplatform' => 'i586',
'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',
+ '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/4.4/en/html/',
'duplicate_or_move_bug_status' => 'RESOLVED',
'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$',
@@ -45,6 +45,7 @@
'emailsuffix' => '',
'globalwatchers' => 'bugs@ml.<%= domain %>',
'inbound_proxies' => '',
+ 'insidergroup' => 'secteam',
'letsubmitterchoosemilestone' => 1,
'letsubmitterchoosepriority' => 1,
'lxr_root' => '',
@@ -72,20 +73,21 @@
'quip_list_entry_control' => 'open',
'rememberlogin' => 'on',
'requirelogin' => '0',
+ 'search_allow_no_criteria' => '0',
'sendmailnow' => 1,
- 'shadowdb' => '',
- 'shadowdbhost' => '',
- 'shadowdbport' => '3306',
- 'shadowdbsock' => '',
- 'smtp_debug' => 0,
- 'smtp_password' => '',
- 'smtp_username' => '',
- 'smtpserver' => 'localhost',
- 'specific_search_allow_empty_words' => 1,
- 'ssl_redirect' => 1,
- 'sslbase' => 'https://bugs.<%= domain %>/',
- 'strict_isolation' => 0,
- 'timetrackinggroup' => '',
+ 'shadowdb' => '',
+ 'shadowdbhost' => '',
+ 'shadowdbport' => '3306',
+ 'shadowdbsock' => '',
+ 'smtp_debug' => 0,
+ 'smtp_password' => '',
+ 'smtp_username' => '',
+ 'smtpserver' => 'localhost',
+ 'specific_search_allow_empty_words' => 1,
+ 'ssl_redirect' => 1,
+ 'sslbase' => 'https://bugs.<%= domain %>/',
+ 'strict_isolation' => 0,
+ 'timetrackinggroup' => '',
'upgrade_notification' => 'latest_stable_release',
'urlbase' => 'http://bugs.<%= domain %>/',
'use_mailer_queue' => 0,