aboutsummaryrefslogtreecommitdiff
path: root/test/provider/common.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-10-21 16:18:04 -0700
committerelijah <elijah@riseup.net>2012-10-21 16:18:04 -0700
commitaedeea6cd231197985dc4c81ca00f94a25c0e3ab (patch)
tree67f6b5c4cb65879dc7dcf280d4f914b564095bba /test/provider/common.json
parent94dd3b4d99a67679adcc3a9921f9e1fa78783cba (diff)
downloadleap_cli-aedeea6cd231197985dc4c81ca00f94a25c0e3ab.tar.gz
leap_cli-aedeea6cd231197985dc4c81ca00f94a25c0e3ab.tar.bz2
changed domain.public to domain.full_suffix, domain.internal to domain.internal_suffix
Diffstat (limited to 'test/provider/common.json')
-rw-r--r--test/provider/common.json8
1 files changed, 5 insertions, 3 deletions
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'"