Browse Source

Merge pull request #3126 from LuckySB/etcd_restart_on_update

add etcd version to etcd environment file to trigger a reload
pull/3128/head
Antoine Legrand 6 years ago
committed by GitHub
parent
commit
d297b82e82
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/etcd/templates/etcd.env.j2

1
roles/etcd/templates/etcd.env.j2

@ -1,3 +1,4 @@
# Environment file for etcd {{ etcd_version }}
ETCD_DATA_DIR={{ etcd_data_dir }}
ETCD_ADVERTISE_CLIENT_URLS={{ etcd_client_url }}
ETCD_INITIAL_ADVERTISE_PEER_URLS={{ etcd_peer_url }}

Loading…
Cancel
Save