File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments