diff --git a/templates/orientdb-server-config.xml.j2 b/templates/orientdb-server-config.xml.j2 index afb9e09..eb49490 100644 --- a/templates/orientdb-server-config.xml.j2 +++ b/templates/orientdb-server-config.xml.j2 @@ -107,6 +107,9 @@ +{% if orientdb_version version_compare(3.2.0, '<')) %} + +{% endif %} {% if orientdb_hooks_enabled %} @@ -115,5 +118,8 @@ {% endfor %} {% endif %} +{% if orientdb_version version_compare(3.2.0, '<')) %} + true +{% endif %}