diff --git a/modules/openstack_project/manifests/gerrit.pp b/modules/openstack_project/manifests/gerrit.pp index 5778a6a8ec..5f84884b30 100644 --- a/modules/openstack_project/manifests/gerrit.pp +++ b/modules/openstack_project/manifests/gerrit.pp @@ -150,6 +150,11 @@ class openstack_project::gerrit ( match => '
  • ([^ ]+) ([^<]+) : ([^ ]+)([^<]*)
  • ', html => '
  • $1 $3$4
  • ', }, + { + name => 'launchpadbug', + match => '[^<]+', + html => '$1' + } ], war => $war, contactstore => $contactstore,