Fixed code styling
This commit is contained in:
@@ -19,10 +19,10 @@ end
|
||||
|
||||
postgresql_database 'mastodon' do
|
||||
connection(
|
||||
:host => '127.0.0.1',
|
||||
:port => 5432,
|
||||
:username => 'postgres',
|
||||
:password => node['postgresql']['password']['postgres']
|
||||
host: '127.0.0.1',
|
||||
port: 5432,
|
||||
username: 'postgres',
|
||||
password: node['postgresql']['password']['postgres']
|
||||
)
|
||||
action :create
|
||||
end
|
||||
@@ -70,7 +70,7 @@ application mastodon_path do
|
||||
otp_secret: mastodon_credentials['otp_secret'],
|
||||
smtp_login: mastodon_credentials['smtp_user_name'],
|
||||
smtp_password: mastodon_credentials['smtp_password'],
|
||||
smtp_from_address: "mail@#{node["kosmos-mastodon"]["server_name"]}",
|
||||
smtp_from_address: "mail@#{node['kosmos-mastodon']['server_name']}",
|
||||
s3_bucket: "kosmos-social",
|
||||
aws_access_key_id: mastodon_credentials['aws_access_key_id'],
|
||||
aws_secret_access_key: mastodon_credentials['aws_secret_access_key'],
|
||||
@@ -91,7 +91,7 @@ application mastodon_path do
|
||||
bundle_install do
|
||||
user "mastodon"
|
||||
deployment true
|
||||
without %w{development test}
|
||||
without %w(development test)
|
||||
end
|
||||
|
||||
npm_install do
|
||||
|
||||
Reference in New Issue
Block a user