Update ejabberd to 20.03 #155

Merged
greg merged 2 commits from bugfix/153-update_ejabberd_20.03 into master 2020-04-21 13:38:57 +00:00
Showing only changes of commit f5dd2c7de9 - Show all commits

View File

@ -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