summaryrefslogtreecommitdiff
path: root/provider_base/common.json
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-26 20:38:22 +0100
committervarac <varacanero@zeromail.org>2013-01-26 20:38:22 +0100
commitca6347905e4293883b196f6e2120754fb823ae49 (patch)
tree1d67a764c4142306a383f89901cea674ec07e058 /provider_base/common.json
parent440ca230359e28195ba44c452b462c5e69efff65 (diff)
service_type: internal_service as default
Diffstat (limited to 'provider_base/common.json')
-rw-r--r--provider_base/common.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index b5d37f8e..74eb494c 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -24,5 +24,6 @@
"key": "= x509.use ? file(:node_x509_key, :missing => 'x509 key for node $node. Run `leap cert update`') : nil",
"ca_cert": "= try_file :ca_cert"
},
- "local": false
+ "local": false,
+ "service_type": "internal_service"
}