add unix socket for postgres
This commit is contained in:
parent
2054a68af0
commit
2289379ad5
9 changed files with 32 additions and 29 deletions
|
@ -84,8 +84,8 @@ module Execute
|
|||
)
|
||||
|
||||
case name
|
||||
when :postgresql
|
||||
require 'setup/postgresql'
|
||||
when :postgres
|
||||
require 'setup/postgres'
|
||||
-> { Setup::PostgreSQL.install(service_install_context) }
|
||||
# ->(context) {
|
||||
# Setup::PostgreSQL.install(context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue