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

[FEATURE] You must not necessarily download a database dump if it's available local

parent cbb5838b
No related branches found
No related tags found
No related merge requests found
......@@ -359,7 +359,9 @@ node['typo3_site']['sync_databases'].each do |database_data|
EOF
action :run
end
end
if database_data['dump_local']
# 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