Add more \\ to launchpad-bug Gerrit tracking-id

The number of backslashes necessary to escape a value in a Gerrit
config managed in a Puppet manifest is astounding. We need four, so
make sure we have enough in the launchpad-bug tracking-id match
string value.

Change-Id: Ie2e757e77286ab34547d3950a18e8b1bb4eb2c5f
This commit is contained in:
Jeremy Stanley
2018-12-21 23:01:07 +00:00
parent 418b13b086
commit 83b493648a

View File

@@ -158,7 +158,7 @@ class openstack_project::gerrit (
{ {
name => 'launchpad-bug', name => 'launchpad-bug',
footers => ['closes-bug:', 'partial-bug:', 'related-bug:'], footers => ['closes-bug:', 'partial-bug:', 'related-bug:'],
match => '\\#?(\\d+)', match => '\\\\#?(\\\\d+)',
system => 'Launchpad', system => 'Launchpad',
}, },
{ {