Skip to content
Snippets Groups Projects
Unverified Commit f437ac0b authored by Florian Ruynat's avatar Florian Ruynat Committed by GitHub
Browse files

Fix nologin wrong path (#6272)

parent 8ec6729c
Branches
Tags
No related merge requests found
......@@ -8,14 +8,14 @@ addusers:
comment: "Etcd user"
createhome: no
system: yes
shell: /bin/nologin
shell: /sbin/nologin
kube:
name: kube
comment: "Kubernetes user"
shell: /sbin/nologin
createhome: no
system: yes
shell: /sbin/nologin
group: "{{ kube_cert_group }}"
createhome: no
adduser:
name: "{{ user.name }}"
......
......@@ -5,11 +5,11 @@ addusers:
createhome: yes
home: "{{ etcd_data_dir }}"
system: yes
shell: /bin/nologin
shell: /sbin/nologin
- name: kube
comment: "Kubernetes user"
shell: /sbin/nologin
createhome: no
system: yes
shell: /sbin/nologin
group: "{{ kube_cert_group }}"
createhome: no
......@@ -5,11 +5,11 @@ addusers:
createhome: yes
home: "{{ etcd_data_dir }}"
system: yes
shell: /bin/nologin
shell: /sbin/nologin
- name: kube
comment: "Kubernetes user"
shell: /sbin/nologin
createhome: no
system: yes
shell: /sbin/nologin
group: "{{ kube_cert_group }}"
createhome: no
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment