Remove TODOs

Access rules will not be part of this cookbook, they need to be added to
the cookbooks that use a PostgreSQL database
This commit is contained in:
Greg Karékinian 2020-05-14 13:15:47 +02:00
parent dd92d6cdb7
commit 069090bf44
2 changed files with 0 additions and 6 deletions

View File

@ -71,6 +71,3 @@ postgresql_replicas.each do |replica|
end end
end end
end end
# TODO: We need to set up firewall rules and access rules for clients too
# (Mastodon, ejabberd, etc)

View File

@ -81,6 +81,3 @@ systemctl start #{postgresql_service}
end end
end end
end end
# TODO: We need to set up firewall rules and access rules for clients too
# (Mastodon, ejabberd, etc)