fix useradd etcd (#5281)

This commit is contained in:
YichenWong 2019-11-11 19:27:41 +08:00 committed by Kubernetes Prow Robot
parent 8a406be48a
commit 8a5434419b

View file

@ -6,8 +6,7 @@ addusers:
etcd: etcd:
name: etcd name: etcd
comment: "Etcd user" comment: "Etcd user"
createhome: yes createhome: no
home: "{{ etcd_data_dir }}"
system: yes system: yes
shell: /bin/nologin shell: /bin/nologin
kube: kube: