Update ejabberd to 20.03 #155
@@ -122,7 +122,7 @@ hosts.each do |host|
|
||||
|
||||
execute "create db schema #{host[:sql_database]}" do
|
||||
user "ejabberd"
|
||||
command "psql #{host[:sql_database]}} < #{Chef::Config[:file_cache_path]}/pg.sql"
|
||||
command "psql #{host[:sql_database]} < #{Chef::Config[:file_cache_path]}/pg.sql"
|
||||
action :nothing
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user