diff options
Diffstat (limited to 'test/provider/common.json')
-rw-r--r-- | test/provider/common.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/provider/common.json b/test/provider/common.json index ead9d68..e8f5519 100644 --- a/test/provider/common.json +++ b/test/provider/common.json @@ -1,11 +1,11 @@ # # Options put here are inherited by all nodes. -# +# # "fqdn": "= name + '.' + (public_dns ? domain_public : domain_internal)" { "domain": { "public": "rewire.co", "internal": "rewire" }, "public_dns": true, - "fqdn": "= name + '.' + (public_dns ? domain_public : domain_internal)" + "fqdn": "= name + '.' + (public_dns ? domain['public'] : domain['internal'])" } |