Skip to content

Commit

Permalink
Merge pull request #238 from sean-nixon/pam-auth-update
Browse files Browse the repository at this point in the history
Use full path for executing pam-auth-update
  • Loading branch information
artem-sidorenko committed Mar 6, 2019
2 parents ae6b684 + 9b531fd commit 8ba6b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
end

execute 'update-pam' do
command 'pam-auth-update --package'
command '/usr/sbin/pam-auth-update --package'
end

# do config for rhel-family
Expand Down

0 comments on commit 8ba6b42

Please sign in to comment.