Skip to content

Commit

Permalink
prevent Unknown resource type error (issue voxpupuli#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttoohey committed Nov 20, 2017
1 parent 4eb3a5b commit fc5d846
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/pam.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
$service='ssh',
) {

::googleauthenticator::pam::common { 'PamCommon':
service => $service,
}
include ::googleauthenticator::pam::common

if ($name == 'sshd') {
include ::googleauthenticator::sshd
Expand Down

0 comments on commit fc5d846

Please sign in to comment.