From ccf54f3e2600edfd83c4e1fa807e39c58d6f2356 Mon Sep 17 00:00:00 2001
From: Linda J Laubenheimer <ljlgeek@stanford.edu>
Date: Thu, 20 Dec 2018 15:12:59 -0800
Subject: [PATCH] su_ldap: comments about tools

---
 manifests/init.pp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index bfdb898..76b670b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -26,7 +26,7 @@ class su_ldap (
 ){
 
   ## ERROR CHECKING ##
-  if !($hosting_model in [ 'traditional', 'container' ]) {
+  if !($hosting_model in [ 'traditional', 'container', 'tools' ]) {
       fail("Unknown hosting model ${hosting_model}")
   }
   ## Install apt files/packages(?) so we load the correct version of OpenLDAP.
@@ -38,6 +38,7 @@ class su_ldap (
   }
 
   ## Install sync scripts (call from parent class instead)
+  ## put these in tools instead?
   # include su_ldap::sync_scripts
 
   ## Install certificate
-- 
GitLab