diff --git a/modules/openstack_project/manifests/gerrit.pp b/modules/openstack_project/manifests/gerrit.pp index 26b13b88dd..33e0394c0c 100644 --- a/modules/openstack_project/manifests/gerrit.pp +++ b/modules/openstack_project/manifests/gerrit.pp @@ -126,11 +126,6 @@ class openstack_project::gerrit ( httpd_maxthreads => $httpd_maxthreads, httpd_maxwait => $httpd_maxwait, commentlinks => [ - { - name => 'changeid', - match => '(

|[\\s]+)(I?[0-9a-f]{7,40})(

|[\\s.]+)', - html => '$1$2$3', - }, { name => 'bugheader', match => '([Cc]loses|[Pp]artial|[Rr]elated)-[Bb]ug:\\s*#?(\\d+)', @@ -155,7 +150,12 @@ class openstack_project::gerrit ( name => 'launchpadbug', match => '[^<]+', html => '$1' - } + }, + { + name => 'changeid', + match => '(

|[\\s]+)(I?[0-9a-f]{7,40})(

|[\\s.]+)', + html => '$1$2$3', + }, ], war => $war, contactstore => $contactstore,