Closed martinwaite closed 6 years ago
@martinwaite should be fixed once #100 gets merged.
@martinwaite I can confirm that this is now fixed in the master
branch of the module, so I'll close the issue for now - please feel free to re-open if the problem still exists for you.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
consul-template code intermingles Vault and Watch definition:
What behaviour did you expect instead
The Watch definition should appear at the end of the Vault config.
Output log
Any additional information you'd like to impart
I can workaround this by making a change to manifests/watch.pp:
The problem is that the concat fragment for the watch has the same order as a concat fragment for one of the conditional vault fragments (vault-ssl2) in manifests/config.pp.