Skip to content
Snippets Groups Projects
Commit ccf54f3e authored by Linda J Laubenheimer's avatar Linda J Laubenheimer
Browse files

su_ldap: comments about tools

parent f6a3014c
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ class su_ldap ( ...@@ -26,7 +26,7 @@ class su_ldap (
){ ){
## ERROR CHECKING ## ## ERROR CHECKING ##
if !($hosting_model in [ 'traditional', 'container' ]) { if !($hosting_model in [ 'traditional', 'container', 'tools' ]) {
fail("Unknown hosting model ${hosting_model}") fail("Unknown hosting model ${hosting_model}")
} }
## Install apt files/packages(?) so we load the correct version of OpenLDAP. ## Install apt files/packages(?) so we load the correct version of OpenLDAP.
...@@ -38,6 +38,7 @@ class su_ldap ( ...@@ -38,6 +38,7 @@ class su_ldap (
} }
## Install sync scripts (call from parent class instead) ## Install sync scripts (call from parent class instead)
## put these in tools instead?
# include su_ldap::sync_scripts # include su_ldap::sync_scripts
## Install certificate ## Install certificate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment