From b869d6b086c413d452bc7396ace5d98d7c301433 Mon Sep 17 00:00:00 2001
From: "A. Karl Kornel" <akkornel@stanford.edu>
Date: Mon, 12 Dec 2016 10:36:25 -0800
Subject: [PATCH] ssh::pam: Add note about pam_slurm

---
 manifests/ssh/pam.pp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/manifests/ssh/pam.pp b/manifests/ssh/pam.pp
index 53ea1fd..3e9bca2 100644
--- a/manifests/ssh/pam.pp
+++ b/manifests/ssh/pam.pp
@@ -4,6 +4,9 @@
 # regular logins.
 #
 # Currently, only Debian is supported when $pam_duo is true.
+#
+# If you are using the SLURM job scheduler, setting $pam_slurm to true will
+# cause user logins to be rejected unless they have a valid job allocation.
 
 class ssh::pam (
   $pam_afs   = true,
-- 
GitLab