concourse / concourse-bosh-deployment

A toolchain for deploying Concourse with BOSH.
Apache License 2.0
86 stars 155 forks source link

Correctly surround host by quotes #164

Closed neil-hickey closed 5 years ago

neil-hickey commented 5 years ago

Problem

The use of ":" on line 28 breaks bosh interpolation, as the ":" character is interpreted as a key separator.

yaml: line 27: found unexpected ':'

How to Reproduce:

Run bosh int external-worker.yml

Versions:

Concourse-bosh-deployment: latest (5.2) Bosh Int: version 3.0.1

vito commented 5 years ago

thanks!