summaryrefslogtreecommitdiff
path: root/provider_base/common.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-27 12:27:35 -0800
committerelijah <elijah@riseup.net>2012-11-27 12:27:35 -0800
commit05d3c0903f48e9c0d69145c9e027b70a392c9602 (patch)
tree71ccbfea29656d35cdcb07550be5ed0c28b6172a /provider_base/common.json
parentbe2300a01a7744986d6ea76b44c663df619aae03 (diff)
fix webapp: only list couchdb hosts that match node's 'local' value.
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 12b9dab6..6d4291c6 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -22,5 +22,6 @@
"cert": "= x509.use ? file(:node_x509_cert, :missing => 'x509 certificate for node $node. Run `leap update-cert`') : nil",
"key": "= x509.use ? file(:node_x509_key, :missing => 'x509 key for node $node. Run `leap update-cert`') : nil",
"ca_cert": "= try_file :ca_cert"
- }
+ },
+ "local": false
}