diff options
author | elijah <elijah@riseup.net> | 2012-11-23 01:47:13 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-23 01:47:13 -0800 |
commit | 80f60bbc52f11e16ab9340355208bb8b6e3a2091 (patch) | |
tree | 564baf5207aa648c2cf1571d3697c3b0e663bdec /provider/hiera | |
parent | ebe3ac0451dff211d11a3ab643d655640f70096c (diff) |
recompile with leap_cli fixes to eip-service.json
Diffstat (limited to 'provider/hiera')
-rw-r--r-- | provider/hiera/turtle.yaml | 7 | ||||
-rw-r--r-- | 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 } |