From 74b07b834819bd53b062453234dd1adce4464aeb Mon Sep 17 00:00:00 2001
From: "A. Karl Kornel" <akkornel@stanford.edu>
Date: Mon, 12 Dec 2016 13:56:41 -0800
Subject: [PATCH] ssh: Correct name of ssh::pam module to base::ssh::pam

---
 manifests/ssh.pp     | 2 +-
 manifests/ssh/pam.pp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifests/ssh.pp b/manifests/ssh.pp
index 8c396b4..a3ebd84 100644
--- a/manifests/ssh.pp
+++ b/manifests/ssh.pp
@@ -42,7 +42,7 @@ class base::ssh(
   }
 
   # Setup /etc/pam.d/sshd to require Duo on regular logins.
-  class { 'ssh::pam':
+  class { 'base::ssh::pam':
     pam_afs   => $pam_afs,
     pam_duo   => $pam_duo,
     pam_slurm => $pam_slurm,
diff --git a/manifests/ssh/pam.pp b/manifests/ssh/pam.pp
index 0774a2c..b84fda2 100644
--- a/manifests/ssh/pam.pp
+++ b/manifests/ssh/pam.pp
@@ -11,7 +11,7 @@
 # users listed in the file (one username per line) will not be checked.  This
 # is good so that admin users can continue to log in.
 
-class ssh::pam (
+class base::ssh::pam (
   $pam_afs          = true,
   $pam_duo          = false,
   $pam_slurm        = false,
-- 
GitLab