From aedeea6cd231197985dc4c81ca00f94a25c0e3ab Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 21 Oct 2012 16:18:04 -0700 Subject: changed domain.public to domain.full_suffix, domain.internal to domain.internal_suffix --- test/provider/common.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/provider/common.json') diff --git a/test/provider/common.json b/test/provider/common.json index 35147ee..dc2b827 100644 --- a/test/provider/common.json +++ b/test/provider/common.json @@ -3,9 +3,11 @@ # { "domain": { - "public": "rewire.co", - "internal": "rewire", - "name": "= node.name + '.' + (dns.public ? domain.public : domain.internal)" + "full_suffix": "rewire.co", + "internal_suffix": "rewire", + "full": "= node.name + '.' + domain.full_suffix", + "internal": "= node.name + '.' + domain.internal_suffix", + "name": "= node.name + '.' + (dns.public ? domain.full_suffix : domain.internal_suffix)" }, "dns": { "public": "= service_type != 'internal_service'" -- cgit v1.2.3