diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2013-03-15 19:25:51 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2013-03-15 19:25:51 +0000 |
commit | 254e7d0d2e8035a88a8ab06b87f17b776a989f73 (patch) | |
tree | 1d5d1701839dd44c8071f5c3557d03aca040ca31 /modules | |
parent | 8405fcfa64d83c393bf9bcbe28f59453ea4b1aba (diff) | |
download | puppet-254e7d0d2e8035a88a8ab06b87f17b776a989f73.tar puppet-254e7d0d2e8035a88a8ab06b87f17b776a989f73.tar.gz puppet-254e7d0d2e8035a88a8ab06b87f17b776a989f73.tar.bz2 puppet-254e7d0d2e8035a88a8ab06b87f17b776a989f73.tar.xz puppet-254e7d0d2e8035a88a8ab06b87f17b776a989f73.zip |
initialise debug_group to the editbugs group
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bugzilla/templates/params | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index bfc0fbc3..eb1fe23f 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -32,6 +32,7 @@ 'cookiepath' => '/', 'createemailregexp' => '.*', 'cvsroot' => '', + 'debug_group' => 'editbugs', 'cvsroot_get' => '', 'default_search_limit' => '500', 'defaultopsys' => 'Linux', |