diff --git a/site-cookbooks/kosmos-postgresql/recipes/default.rb b/site-cookbooks/kosmos-postgresql/recipes/default.rb index af092b5..5bb5a6c 100644 --- a/site-cookbooks/kosmos-postgresql/recipes/default.rb +++ b/site-cookbooks/kosmos-postgresql/recipes/default.rb @@ -71,6 +71,3 @@ postgresql_replicas.each do |replica| end end end - -# TODO: We need to set up firewall rules and access rules for clients too -# (Mastodon, ejabberd, etc) diff --git a/site-cookbooks/kosmos-postgresql/recipes/replica.rb b/site-cookbooks/kosmos-postgresql/recipes/replica.rb index 1d12d51..c82efa0 100644 --- a/site-cookbooks/kosmos-postgresql/recipes/replica.rb +++ b/site-cookbooks/kosmos-postgresql/recipes/replica.rb @@ -81,6 +81,3 @@ systemctl start #{postgresql_service} end end end - -# TODO: We need to set up firewall rules and access rules for clients too -# (Mastodon, ejabberd, etc)