Closed ottok closed 5 years ago
Thanks @TeemuSuoranta for the idea!
Looks good. The other questions on vagrant up
might not be worth automating as they mostly appear on first time (trust certificate, create .git). Beign able to skip typing the password for the hosts file changes would be nice, but not really possible without running vagrant up
as sudo and at least Mac doesn't like that virtual box is created (like sudo vagrant up
) and used by a different user.
Ïf config.yml includes
development: pull_production_db: always
or
development: pull_production_db: never
The question during 'vagrant up' will be omitted and database pull is done according to the value 'alway' or 'never' in config.yml