From 80f60bbc52f11e16ab9340355208bb8b6e3a2091 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 23 Nov 2012 01:47:13 -0800 Subject: recompile with leap_cli fixes to eip-service.json --- provider/hiera/turtle.yaml | 7 ++++++- provider/hiera/web1_vagrant.yaml | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/provider/hiera/turtle.yaml b/provider/hiera/turtle.yaml index 5958be6..fcbef12 100644 --- a/provider/hiera/turtle.yaml +++ b/provider/hiera/turtle.yaml @@ -33,9 +33,14 @@ definition_files: }, "cluster": "location_unknown", "host": "aligator.bitmask.net", - "ip_address": "176.53.69.120" + "ip_address": "176.53.69.121" } ], + "openvpn_configuration": { + "auth": "SHA1", + "cipher": "AES-128-CBC", + "tls-cipher": "DHE-RSA-AES128-SHA" + }, "serial": 1, "version": 1 } diff --git a/provider/hiera/web1_vagrant.yaml b/provider/hiera/web1_vagrant.yaml index dcac3be..45fadd1 100644 --- a/provider/hiera/web1_vagrant.yaml +++ b/provider/hiera/web1_vagrant.yaml @@ -33,9 +33,14 @@ definition_files: }, "cluster": "location_unknown", "host": "aligator.bitmask.net", - "ip_address": "176.53.69.120" + "ip_address": "176.53.69.121" } ], + "openvpn_configuration": { + "auth": "SHA1", + "cipher": "AES-128-CBC", + "tls-cipher": "DHE-RSA-AES128-SHA" + }, "serial": 1, "version": 1 } -- cgit v1.2.3