summaryrefslogtreecommitdiff
path: root/provider/common.json
diff options
context:
space:
mode:
Diffstat (limited to 'provider/common.json')
-rw-r--r--provider/common.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/provider/common.json b/provider/common.json
index 85a93cb..dba3f80 100644
--- a/provider/common.json
+++ b/provider/common.json
@@ -2,25 +2,4 @@
# Options put here are inherited by all nodes.
#
{
- "domain": {
- "full_suffix": "= global.provider.domain",
- "internal_suffix": "= global.provider.internal_domain",
- "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'"
- },
- "ssh": {
- "authorized_keys": "= file :authorized_keys",
- "known_hosts": "= file :known_hosts",
- "port": 22
- },
- "x509": {
- "use": false,
- "cert": "= x509.use ? file(:node_x509_cert) : nil",
- "key": "= x509.use ? file(:node_x509_key) : nil"
- },
- "local": "= self.vagrant?"
}