From 578ac2f5dc7432317d7a022bed9d869ab89ee45c Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 9 Oct 2012 00:01:55 -0700 Subject: initial code commit --- cli/test/provider/nodes/vpn1.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cli/test/provider/nodes/vpn1.json (limited to 'cli/test/provider/nodes/vpn1.json') diff --git a/cli/test/provider/nodes/vpn1.json b/cli/test/provider/nodes/vpn1.json new file mode 100644 index 0000000..10859ac --- /dev/null +++ b/cli/test/provider/nodes/vpn1.json @@ -0,0 +1,8 @@ +{ + "services": "openvpn", + "ip_address": "2.2.2.2", + "tags": "production", + "openvpn": { + "gateway_address": "3.3.3.3" + } +} \ No newline at end of file -- cgit v1.2.3