From 1f7a1d0909fb528415cb9738527fac242439774e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 12 Apr 2026 16:11:40 +0400 Subject: [PATCH] Remove commented lines --- .../kosmos_postgresql/recipes/replica_logical.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/site-cookbooks/kosmos_postgresql/recipes/replica_logical.rb b/site-cookbooks/kosmos_postgresql/recipes/replica_logical.rb index 1f3dab9..7a3645b 100644 --- a/site-cookbooks/kosmos_postgresql/recipes/replica_logical.rb +++ b/site-cookbooks/kosmos_postgresql/recipes/replica_logical.rb @@ -6,10 +6,3 @@ postgresql_custom_server postgresql_version do role "replica_logical" end - -# primary = postgresql_primary -# -# if primary.nil? -# Chef::Log.warn("No PostgreSQL primary node found. Skipping replication setup.") -# return -# end