Skip to content

Commit

Permalink
change icinga user shell to /bin/false
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Apr 22, 2021
1 parent 9c89937 commit 6331d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
if $ssh_pub_key {
$icinga_shell = '/bin/bash'
} else {
$icinga_shell = '/sbin/nologin'
$icinga_shell = '/bin/false'
}

case $::osfamily {
Expand Down

0 comments on commit 6331d38

Please sign in to comment.