chef/roles/mastodon.rb
Greg Karékinian 286cd2f2a3 Move the postgresql_client role to the top
We want the host file to be written before database connections happen
2021-01-23 17:11:45 +01:00

8 lines
101 B
Ruby

name "mastodon"
run_list %w(
role[postgresql_client]
kosmos-mastodon
kosmos-mastodon::nginx
)