Skip to content

Commit 8ba6b42

Browse files
Merge pull request #238 from sean-nixon/pam-auth-update
Use full path for executing pam-auth-update
2 parents ae6b684 + 9b531fd commit 8ba6b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/pam.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
end
9393

9494
execute 'update-pam' do
95-
command 'pam-auth-update --package'
95+
command '/usr/sbin/pam-auth-update --package'
9696
end
9797

9898
# do config for rhel-family

0 commit comments

Comments
 (0)