Remove commented lines

This commit is contained in:
2026-04-12 16:11:40 +04:00
parent a3be57afbc
commit 1f7a1d0909

View File

@@ -6,10 +6,3 @@
postgresql_custom_server postgresql_version do postgresql_custom_server postgresql_version do
role "replica_logical" role "replica_logical"
end end
# primary = postgresql_primary
#
# if primary.nil?
# Chef::Log.warn("No PostgreSQL primary node found. Skipping replication setup.")
# return
# end