aboutsummaryrefslogtreecommitdiff
path: root/test/provider/common.json
diff options
context:
space:
mode:
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'"