Skip to content
Snippets Groups Projects
Commit b6aa80bb authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Don't use the local dump if a remote one was requested

parent f788f10a
No related branches found
No related tags found
No related merge requests found
......@@ -489,7 +489,7 @@ node['typo3_site']['sync_databases'].each do |database_data|
end
end
if database_data['dump_local'] and database_data['database_name']
if database_data['dump_local'] and database_data['database_name'] and not database_data['dump_hostname']
# load the dump
bash 'Import Dump for ' + database_data['database_name'] do
code <<-EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment