fixed missing /
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
eb3e0b3da0
commit
350b226033
|
@ -10,9 +10,9 @@ file:
|
||||||
exists: true
|
exists: true
|
||||||
contents:
|
contents:
|
||||||
- '/^URL=/'
|
- '/^URL=/'
|
||||||
- '/ServerKeyFile=.*.pem'
|
- '/ServerKeyFile=.*.pem/'
|
||||||
- '/ServerCertificateFile=.*.pem'
|
- '/ServerCertificateFile=.*.pem/'
|
||||||
- '/TrustedCertificateFile=.*.pem'
|
- '/TrustedCertificateFile=.*.pem/'
|
||||||
meta:
|
meta:
|
||||||
server: 1
|
server: 1
|
||||||
workstation: 1
|
workstation: 1
|
||||||
|
|
Loading…
Reference in New Issue