Files
puppet-openstacklib/spec
Takashi Kajinami eb01261c06 policy: Quote single quotes in yaml format
In YAML, when a string is surrounded by single quotes('), any single
quote in that string should be prefixed by another single quote('), as
is described in the example below

GOOD:
  'foo': 'this is a ''good'' example'

BAD:
  'foo': 'this is a 'bad' example'

Closes-Bug: #1965338
Change-Id: I0216c2e4ecf75dbdd93d06eae2ebf8e7f2f4ac1a
2022-03-21 23:14:58 +09:00
..
2021-01-07 16:37:30 +09:00
2022-02-11 20:23:53 +09:00
2020-09-14 23:40:34 +02:00