From b6dc1af7fb430bd55e66e060584d0d18f9abe6d0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 28 Apr 2014 19:03:23 -0700 Subject: [PATCH] Update the URL match pattern The underlying html that we're matching is a little bit different in 2.8 - so support it. Co-Authored-By: Sergey Lukjanov Change-Id: I8cb1dfd8c50cb1ca92eacc0aa6b8de1b598e51ef --- modules/openstack_project/manifests/gerrit.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/gerrit.pp b/modules/openstack_project/manifests/gerrit.pp index 460c1e69b6..2e8d5a8695 100644 --- a/modules/openstack_project/manifests/gerrit.pp +++ b/modules/openstack_project/manifests/gerrit.pp @@ -153,7 +153,7 @@ class openstack_project::gerrit ( }, { name => 'testresult', - match => '
  • ([^ ]+) ([^<]+) : ([^ ]+)([^<]*)
  • ', + match => '
  • ([^ ]+) ([^<]+) : ([^ ]+)([^<]*)
  • ', html => '
  • $1 $3$4
  • ', }, {