From 25116bdaea2f7b4a9a6db46d658119c115a54264 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 6 Jul 2020 16:54:46 +0200 Subject: [PATCH] orientbd -> orientdb --- defaults/main.yml | 4 ++-- templates/hazelcast.xml.j2 | 2 +- templates/orientdb-server-config.xml.j2 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 831fcad..f71e5da 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -55,12 +55,12 @@ orientdb_distributed_readyourwrites: 'true' orientdb_distributed_executionmode: 'undefined' orientdb_new_node_strategy: 'dynamic' -orientbd_graph_server_enabled: False +orientdb_graph_server_enabled: False orientdb_hazelcast_group_name: orientdb orientdb_hazelcast_group_password: orientdb # This works on the enterprise version only. -orientbd_hazelcast_encryption: False +orientdb_hazelcast_encryption: False orientdb_hazelcast_port_min: 2434 orientdb_hazelcast_port_max: 2454 orientdb_hazelcast_multicast_enabled: False diff --git a/templates/hazelcast.xml.j2 b/templates/hazelcast.xml.j2 index 6ba4cfb..c178bff 100644 --- a/templates/hazelcast.xml.j2 +++ b/templates/hazelcast.xml.j2 @@ -30,7 +30,7 @@ {% endif %} - {% if orientbd_hazelcast_encryption %} + {% if orientdb_hazelcast_encryption %} Blowfish {{ orientdb_hazelcast_salt }} diff --git a/templates/orientdb-server-config.xml.j2 b/templates/orientdb-server-config.xml.j2 index a401e02..213e14a 100644 --- a/templates/orientdb-server-config.xml.j2 +++ b/templates/orientdb-server-config.xml.j2 @@ -1,7 +1,7 @@ - {% if orientbd_graph_server_enabled %} + {% if orientdb_graph_server_enabled %}