-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
consul_service reload on Windows fails #334
Comments
on the first run, these lines are used and everything's ok |
Hi, are you sure that:
|
Hi @anuriq, its actually visible in your log:
You should not have two resources of same type which are sharing name (see CHEF-3694). Since program property is not set in your definition it will use default and fail. I don't think that you should reload config with each converge. But equivalent to your code would be
|
Hi @jirkafajfr |
I think that's actually your problem. You should not define |
we just have a really weird installation method for consul. you are right. thanks! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
@Ginja @jirkafajfr
Referring to #330
Check
cwd
parameter of execute block:The text was updated successfully, but these errors were encountered: