Skip to content

Commit

Permalink
Merge pull request sovereign#207 from jplock/jp-fix-libpam-dev
Browse files Browse the repository at this point in the history
Use libpam0g-dev instead of libpam-dev
  • Loading branch information
lukecyca committed Apr 1, 2014
2 parents 5cca325 + ed75c94 commit a88b465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/google_auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
apt: pkg={{ item }} state=present
with_items:
- libqrencode3
- libpam-dev
- libpam0g-dev
#- libpam-google-authenticator wasn't available in wheezy

- name: Download Google authenticator pam module
Expand Down

0 comments on commit a88b465

Please sign in to comment.