summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-23 01:47:13 -0800
committerelijah <elijah@riseup.net>2012-11-23 01:47:13 -0800
commit80f60bbc52f11e16ab9340355208bb8b6e3a2091 (patch)
tree564baf5207aa648c2cf1571d3697c3b0e663bdec
parentebe3ac0451dff211d11a3ab643d655640f70096c (diff)
recompile with leap_cli fixes to eip-service.json
-rw-r--r--provider/hiera/turtle.yaml7
-rw-r--r--provider/hiera/web1_vagrant.yaml7
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
}