Skip to content

Commit

Permalink
Merge pull request #222 from rancherfederal/102-non-existent-shell-bi…
Browse files Browse the repository at this point in the history
…nnologin-for-etcd-user

updating etcd nologin
  • Loading branch information
mddamato authored May 22, 2024
2 parents b1c8e65 + 2e7e4e4 commit ae6bb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/rke2_common/tasks/cis-hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ansible.builtin.user:
name: etcd
comment: etcd user
shell: /bin/nologin
shell: /usr/sbin/nologin
group: etcd
create_home: false

Expand Down

0 comments on commit ae6bb9b

Please sign in to comment.