From 069090bf4474f61fd2db56008465856ec2f372e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Thu, 14 May 2020 13:15:47 +0200 Subject: [PATCH] Remove TODOs Access rules will not be part of this cookbook, they need to be added to the cookbooks that use a PostgreSQL database --- site-cookbooks/kosmos-postgresql/recipes/default.rb | 3 --- site-cookbooks/kosmos-postgresql/recipes/replica.rb | 3 --- 2 files changed, 6 deletions(-) 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)