diff --git a/cookbooks/aws-parallelcluster-environment/resources/system_authentication/partial/_system_authentication_debian.rb b/cookbooks/aws-parallelcluster-environment/resources/system_authentication/partial/_system_authentication_debian.rb index 3cf849b6b..72e745575 100644 --- a/cookbooks/aws-parallelcluster-environment/resources/system_authentication/partial/_system_authentication_debian.rb +++ b/cookbooks/aws-parallelcluster-environment/resources/system_authentication/partial/_system_authentication_debian.rb @@ -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