Skip to content

Wrong exit code when server is not reachable #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JMLX42 opened this issue Jun 27, 2018 · 3 comments
Open

Wrong exit code when server is not reachable #72

JMLX42 opened this issue Jun 27, 2018 · 3 comments

Comments

@JMLX42
Copy link

JMLX42 commented Jun 27, 2018

Expected behavior

$ vagrant provision dev
==> dev: The managed server is not reachable. Check if the `config.managed.server` is correct.
$ echo $?
1

Actual behavior

$ vagrant provision dev
==> dev: The managed server is not reachable. Check if the `config.managed.server` is correct.
$ echo $?
0
@pvalena
Copy link

pvalena commented Nov 18, 2019

This is not good :(

@tknerr
Copy link
Owner

tknerr commented Nov 20, 2019

Hey @promethe42 , @pvalena ,

sorry for the delay in response. I'm currently not finding time to properly support this as needed, but I'm happy to accept pull requests for this.

Only issue is that before making any functional changes:

  1. the plugin should be lifted to be compatible with latest vagrant version
  2. the.travis.yml is currently failing and needs to be fixed

I will try to find some time during the next days. If you want to support, I'm happy about PRs as well.

Cheers,
Torben

@pvalena
Copy link

pvalena commented Nov 20, 2019

the plugin should be lifted to be compatible with latest vagrant version

How's that? We're experimenting with it, and it works fine, currently. Do you have some specifics?

I'll try to check travis-ci failures later on, but I'm no expert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants