Skip to content

Commit ffbc565

Browse files
committed
(maint) Align rockets for lint
1 parent aa15af3 commit ffbc565

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

manifests/server/service.pp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
# Without it, we may continue doing more work before the database is
3333
# prepared leading to a nasty race condition.
3434
postgresql_conn_validator{ 'validate_service_is_running':
35-
run_as => $user,
36-
db_name => $default_database,
37-
port => $port,
35+
run_as => $user,
36+
db_name => $default_database,
37+
port => $port,
3838
connect_settings => $connect_settings,
39-
sleep => 1,
40-
tries => 60,
41-
psql_path => $psql_path,
42-
require => Service['postgresqld'],
43-
before => Anchor['postgresql::server::service::end']
39+
sleep => 1,
40+
tries => 60,
41+
psql_path => $psql_path,
42+
require => Service['postgresqld'],
43+
before => Anchor['postgresql::server::service::end']
4444
}
4545
Postgresql::Server::Database <| title == $default_database |> -> Postgresql_conn_validator['validate_service_is_running']
4646
}

0 commit comments

Comments
 (0)