Skip to content
Snippets Groups Projects
Commit 7b35e3f6 authored by Paul Ilea's avatar Paul Ilea
Browse files

Merge branch 'master' of gitlab.sgalinski.de:chef-cookbooks/typo3_site

parents 5058e503 f50c080b
No related branches found
No related tags found
No related merge requests found
......@@ -591,6 +591,7 @@ node['typo3_site']['sync_databases'].each do |database_data|
code <<-EOF
mysql -h 127.0.0.1 -u root -proot #{database_data['database_name']} < #{database_data['dump_local']}
EOF
timeout 10000
action :run
end
......
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