Closed
Bug 1161292
Opened 11 years ago
Closed 11 years ago
Unsupported escape sequence in config.pp
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: dustin)
Details
Attachments
(1 file, 1 obsolete file)
https://papertrailapp.com/systems/74950614/events?q=cfn-pyplates
Lots of noise in the logs like this:
releng-puppet1.srv.releng.scl3.mozilla.com puppet-master: Unrecognised escape sequence '\.' in file /etc/puppet/production/manifests/config.pp at line 25
The "\." in the double quotes there should probably be replaced by "\\.", or have the quote string replaced by /.../ ?
| Reporter | ||
Comment 1•11 years ago
|
||
ignore the papertrail link, that's bug 1161293
| Assignee | ||
Updated•11 years ago
|
Assignee: relops → dustin
| Assignee | ||
Comment 2•11 years ago
|
||
/r/8145 - Bug 1161292: use single quotes for strings containing backslashes; r=catlee
Pull down this commit:
hg pull -r 270a1d182f4e9f1a44621945b9c439536733cb0c https://reviewboard-hg.mozilla.org/build-puppet
Attachment #8601534 -
Flags: review?(catlee)
| Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8601534 [details]
MozReview Request: bz://1161292/dustin
https://reviewboard.mozilla.org/r/8143/#review6913
Ship It!
Attachment #8601534 -
Flags: review?(catlee) → review+
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8601534 -
Attachment is obsolete: true
Attachment #8620226 -
Flags: review+
| Assignee | ||
Comment 5•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•