Add TODO prefix
This commit is contained in:
parent
5a125982af
commit
e65374c893
@ -10,7 +10,7 @@ include_recipe "kosmos-nodejs"
|
|||||||
include_recipe "kosmos-redis"
|
include_recipe "kosmos-redis"
|
||||||
include_recipe "kosmos-postgresql"
|
include_recipe "kosmos-postgresql"
|
||||||
|
|
||||||
# Remove the condition once we have migrated mastodon to andromeda
|
# TODO: Remove the condition once we have migrated mastodon to andromeda
|
||||||
unless platform?('ubuntu') && node[:platform_version].to_f < 18.04
|
unless platform?('ubuntu') && node[:platform_version].to_f < 18.04
|
||||||
postgresql_data_bag_item = data_bag_item('credentials', 'postgresql')
|
postgresql_data_bag_item = data_bag_item('credentials', 'postgresql')
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
REDIS_URL=<%= @redis_url %>
|
REDIS_URL=<%= @redis_url %>
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_NAME=mastodon
|
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 -%>
|
<% if node[:platform_version].to_f < 18.04 -%>
|
||||||
DB_USER=postgres
|
DB_USER=postgres
|
||||||
DB_PASS=<%= node['postgresql']['password']['postgres'] %>
|
DB_PASS=<%= node['postgresql']['password']['postgres'] %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user