itamae/cookbooks/consul/files/etc
Kazuhiro MUSASHI c15c2f3de8 Start `Consul` after `Vault` generates the jwt token.
```
--- a/cookbooks/consul/files/etc/systemd/system/consul.service
+++ b/cookbooks/consul/files/etc/systemd/system/consul.service
@@ -2,7 +2,7 @@
 Description="HashiCorp Consul - A service mesh solution"
 Documentation=https://www.consul.io/
 Requires=network-online.target
-After=network-online.target
+After=network-online.target vault-agent-consul-jwt.target
 ConditionFileNotEmpty=/etc/consul.d/consul.hcl

 [Service]
```
2022-07-10 16:22:28 +09:00
..
consul.d Healthcheck for `consul`. 2020-10-24 12:30:05 +09:00
resolvconf/resolv.conf.d initial commit 2019-03-03 16:50:49 +08:00
supervisor/conf.d initial commit 2019-03-03 16:50:49 +08:00
systemd Start `Consul` after `Vault` generates the jwt token. 2022-07-10 16:22:28 +09:00
dnsmasq.conf initial commit 2019-03-03 16:50:49 +08:00
dnsmasq.conf.1804 initial commit 2019-03-03 16:50:49 +08:00
dnsmasq.conf.2004 Specify `dnsmasq` to check `consul` dns and the upper DNSs. 2020-10-13 21:18:37 +09:00