diff --git a/release/CMakeLists.txt b/release/CMakeLists.txt index 2670545e6..43a8de00c 100644 --- a/release/CMakeLists.txt +++ b/release/CMakeLists.txt @@ -70,7 +70,7 @@ set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION /var /var/lib /var/log /etc/logrotate.d /lib /lib/systemd /lib/systemd/system /lib/systemd/system/memgraph.service) set(CPACK_RPM_PACKAGE_REQUIRES_PRE "shadow-utils") -if (ME_ENTERPRISE) +if (MG_ENTERPRISE) set(CPACK_RPM_USER_BINARY_SPECFILE "${CMAKE_CURRENT_SOURCE_DIR}/rpm/enterprise/memgraph.spec.in") set(CPACK_RPM_PACKAGE_LICENSE "Memgraph Enterprise Trial License") else() diff --git a/release/debian/enterprise/conffiles b/release/debian/enterprise/conffiles index 27ad25f2c..903ab2b00 100644 --- a/release/debian/enterprise/conffiles +++ b/release/debian/enterprise/conffiles @@ -1,3 +1,4 @@ /etc/memgraph/memgraph.conf +/etc/memgraph/auth_module/ldap.example.yaml /etc/logrotate.d/memgraph /etc/logrotate.d/memgraph_audit diff --git a/release/rpm/enterprise/memgraph.spec.in b/release/rpm/enterprise/memgraph.spec.in index 849059450..d0444924f 100644 --- a/release/rpm/enterprise/memgraph.spec.in +++ b/release/rpm/enterprise/memgraph.spec.in @@ -137,6 +137,7 @@ chattr -i -R /usr/share/memgraph/examples || true # Override CPACK_RPM_ABSOLUTE_INSTALL_FILES with our %config(noreplace), cpack # uses plain %config. %config(noreplace) "/etc/memgraph/memgraph.conf" +%config(noreplace) "/etc/memgraph/auth_module/ldap.example.yaml" %config(noreplace) "/etc/logrotate.d/memgraph" %config(noreplace) "/etc/logrotate.d/memgraph_audit"