diff options
-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 } |