Go to file
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
cookbooks Start `Consul` after `Vault` generates the jwt token. 2022-07-10 16:22:28 +09:00
nodes Add `node` json example. 2022-07-03 21:46:04 +09:00
roles Install `Vault` before `Consul`. 2022-07-10 14:32:18 +09:00
tasks Use `fzf`, instead of `peco`. 2019-11-03 13:08:14 +08:00
.gitignore Manage `node` example json under `git`. 2022-07-03 21:46:04 +09:00
.rubocop-todo.yml initial commit 2019-03-03 16:50:49 +08:00
.rubocop.yml initial commit 2019-03-03 16:50:49 +08:00
.ruby-version Bump `ruby` version. 2022-07-03 21:23:53 +09:00
Gemfile initial commit 2019-03-03 16:50:49 +08:00
Gemfile.lock Bump gems' versions. 2022-07-03 21:26:20 +09:00
Rakefile initial commit 2019-03-03 16:50:49 +08:00
entrypoint.rb initial commit 2019-03-03 16:50:49 +08:00