aboutsummaryrefslogtreecommitdiff
path: root/test/provider/common.json
blob: e8f5519938af8e8cd5d3a4978f57fe818b6bb575 (plain)
1
2
3
4
5
6
7
8
9
10
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'])"
}