Cimpress-MCP / vagrant-orchestrate

Cross platform deployment orchestration to existing managed servers using vagrant provisioners
Other
19 stars 13 forks source link

Leave managed servers in the same linked state as the start of a `vagrant orchestrate push` #37

Open chrisbaldauf opened 9 years ago

chrisbaldauf commented 9 years ago

If you were to run vagrant up managed-server, and then vagrant ssh managed-server, followed by vagrant orchestrate push managed-server, the server would be left in an unlinked state. It sure would be nice if the push command would leave the server in the same state of linkedness as it was at the start of the execution of the orchestrate push command.