Skip to content

Commit

Permalink
Use noninteractive mode when using pam-auth-update for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
salemgolemugoo authored and enrico-usai committed Dec 22, 2023
1 parent d9be6ad commit 5daa911
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
action :configure do
execute 'Configure Directory Service' do
user 'root'
environment 'DEBIAN_FRONTEND' => 'noninteractive'
# Enable PAM mkhomedir module
command "pam-auth-update --enable mkhomedir"
default_env true
Expand Down

0 comments on commit 5daa911

Please sign in to comment.