Add TODO prefix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
REDIS_URL=<%= @redis_url %>
|
||||
DB_HOST=localhost
|
||||
DB_NAME=mastodon
|
||||
# Remove the condition once we have migrated mastodon to andromeda
|
||||
# TODO: Remove the condition once we have migrated mastodon to andromeda
|
||||
<% if node[:platform_version].to_f < 18.04 -%>
|
||||
DB_USER=postgres
|
||||
DB_PASS=<%= node['postgresql']['password']['postgres'] %>
|
||||
|
||||
Reference in New Issue
Block a user