From 080bfa80d3c9b7aa54e25040b986a961bfc2101c Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 13 Nov 2012 16:11:30 -0800 Subject: added a few necessary config options for vagrant support. --- provider/common.json | 3 ++- provider/provider.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/provider/common.json b/provider/common.json index 7504e86..85a93cb 100644 --- a/provider/common.json +++ b/provider/common.json @@ -21,5 +21,6 @@ "use": false, "cert": "= x509.use ? file(:node_x509_cert) : nil", "key": "= x509.use ? file(:node_x509_key) : nil" - } + }, + "local": "= self.vagrant?" } diff --git a/provider/provider.json b/provider/provider.json index 628a17e..7beefa3 100644 --- a/provider/provider.json +++ b/provider/provider.json @@ -26,5 +26,8 @@ "bit_size": 3248, "life_span": "1y" } + }, + "vagrant": { + "network": "10.5.5.0/24" } } -- cgit v1.2.3