Files
puppet-openstacklib/manifests/policy
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-08-10 10:25:12 +09:00