/[adm]/puppet/modules/bugzilla/templates/params
ViewVC logotype

Contents of /puppet/modules/bugzilla/templates/params

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1058 - (show annotations) (download)
Sat Feb 12 22:32:53 2011 UTC (13 years, 1 month ago) by dmorgan
File size: 5722 byte(s)
Set defaultpriority to normal
1 %param = (
2 'LDAPBaseDN' => 'ou=People,<%= dc_suffix %>',
3 'LDAPbinddn' => 'cn=bugzilla-alamut,ou=System Accounts,<%= dc_suffix %>:<%= ldap_password %>',
4 'LDAPfilter' => '',
5 'LDAPmailattribute' => 'mail',
6 'LDAPserver' => 'ldap.<%= domain %>',
7 'LDAPstarttls' => '1',
8 'LDAPuidattribute' => 'uid',
9 'RADIUS_NAS_IP' => '',
10 'RADIUS_email_suffix' => '',
11 'RADIUS_secret' => '',
12 'RADIUS_server' => '',
13 'allow_attach_url' => 0,
14 'allow_attachment_deletion' => 0,
15 'allow_attachment_display' => 0,
16 'allowbugdeletion' => 0,
17 'allowemailchange' => 1,
18 'allowloginid' => '0',
19 'allowuserdeletion' => 0,
20 'announcehtml' => '',
21 'attachment_base' => '',
22 'auth_env_email' => '',
23 'auth_env_id' => '',
24 'auth_env_realname' => '',
25 'bonsai_url' => '',
26 'chartgroup' => 'editbugs',
27 'commentonchange_resolution' => 1,
28 'commentonduplicate' => 0,
29 'confirmuniqueusermatch' => 1,
30 'cookiedomain' => '',
31 'cookiepath' => '/',
32 'createemailregexp' => '.*',
33 'cvsroot' => '',
34 'cvsroot_get' => '',
35 'defaultopsys' => 'Linux',
36 'defaultplatform' => 'i586',
37 'defaultpriority' => 'normal',
38 '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',
39 'defaultseverity' => 'normal',
40 'docs_urlbase' => 'docs/%lang%/html/',
41 'duplicate_or_move_bug_status' => 'RESOLVED',
42 'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$',
43 'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.',
44 'emailsuffix' => '',
45 'globalwatchers' => '',
46 'inbound_proxies' => '',
47 'insidergroup' => '',
48 'letsubmitterchoosemilestone' => 0,
49 'letsubmitterchoosepriority' => 1,
50 'lxr_root' => '',
51 'lxr_url' => '',
52 'mail_delivery_method' => 'Sendmail',
53 'mailfrom' => 'bugzilla-daemon',
54 'makeproductgroups' => 0,
55 'maxattachmentsize' => '1000',
56 'maxlocalattachment' => '0',
57 'maxusermatches' => '1000',
58 'mostfreqthreshold' => '2',
59 'move-button-text' => 'Move To Bugscape',
60 'move-enabled' => 0,
61 'move-to-address' => 'bugzilla-import',
62 'move-to-url' => '',
63 'moved-default-component' => '',
64 'moved-default-product' => '',
65 'moved-from-address' => 'bugzilla-admin',
66 'movers' => '',
67 'musthavemilestoneonaccept' => 0,
68 'mybugstemplate' => 'buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=%userid%&amp;field0-0-0=bug_status&amp;type0-0-0=notequals&amp;value0-0-0=UNCONFIRMED&amp;field0-0-1=reporter&amp;type0-0-1=equals&amp;value0-0-1=%userid%',
69 'noresolveonopenblockers' => 0,
70 'proxy_url' => '',
71 'querysharegroup' => 'editbugs',
72 'quip_list_entry_control' => 'open',
73 'rememberlogin' => 'on',
74 'requirelogin' => '0',
75 'sendmailnow' => 1,
76 'shadowdb' => '',
77 'shadowdbhost' => '',
78 'shadowdbport' => '3306',
79 'shadowdbsock' => '',
80 'shutdownhtml' => '',
81 'smtp_debug' => 0,
82 'smtp_password' => '',
83 'smtp_username' => '',
84 'smtpserver' => 'localhost',
85 'specific_search_allow_empty_words' => 1,
86 'ssl_redirect' => 1,
87 'sslbase' => 'https://bugs.<%= domain %>/',
88 'strict_isolation' => 0,
89 'timetrackinggroup' => '',
90 'upgrade_notification' => 'latest_stable_release',
91 'urlbase' => 'http://bugs.<%= domain %>/',
92 'use_mailer_queue' => 0,
93 'use_see_also' => 0,
94 'usebugaliases' => 0,
95 'useclassification' => 0,
96 'usemenuforusers' => '0',
97 'useqacontact' => 0,
98 'user_info_class' => 'CGI',
99 'user_verify_class' => 'LDAP',
100 'usestatuswhiteboard' => 1,
101 'usetargetmilestone' => 0,
102 'usevisibilitygroups' => 0,
103 'usevotes' => 0,
104 'utf8' => 1,
105 'webdotbase' => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%',
106 'whinedays' => 7
107 );

  ViewVC Help
Powered by ViewVC 1.1.30