-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Validate command for config files doesn't work #376
Comments
It looks like Consul version 1.0.1 addresses this problem, see hashicorp/consul#3620. |
It is almost fixed... the only thing is missing is that the symbolic link still exist so puppet has problem during some second config.json update
ln -sf should help... |
khdevel
pushed a commit
to khdevel/puppet-consul
that referenced
this issue
Nov 14, 2017
- some fix related to the issue voxpupuli#376 (voxpupuli#376) Changes to be committed: modified: manifests/config.pp
Merged
khdevel
pushed a commit
to khdevel/puppet-consul
that referenced
this issue
Nov 14, 2017
- some fix related to the issue voxpupuli#376 (voxpupuli#376) Changes to be committed: modified: manifests/config.pp
I just merged in a PR that does |
The symbolic link approach feels so dirty... Why not just use |
spuder
pushed a commit
to spuder/puppet-consul
that referenced
this issue
Feb 25, 2020
- some fix related to the issue voxpupuli#376 (voxpupuli#376) Changes to be committed: modified: manifests/config.pp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Consul 1.0, the change from #372 doesn't seem to work because the temporary config file doesn't end with
.json
.The text was updated successfully, but these errors were encountered: