feat: add docker settings
- list docker network and image - fix ldap_admin setting to be a list of users
This commit is contained in:
@@ -17,7 +17,9 @@ class profiles::jupyter::jupyterhub (
|
||||
String $ldap_bind_dn_template = 'cn={username},ou=people,ou=users,dc=main,dc=unkin,dc=net',
|
||||
Boolean $ldap_use_ssl = false,
|
||||
Array $ldap_allowed_groups = ['ou=jupyterhub_user,ou=groups,dc=main,dc=unkin,dc=net'],
|
||||
Array $ldap_admin_groups = ['ou=jupyterhub_admin,ou=groups,dc=main,dc=unkin,dc=net'],
|
||||
Array $ldap_admin_users = [],
|
||||
String $docker_image = 'git.query.consul/unkin/almalinux8-jupyterinstance:latest',
|
||||
String $docker_network = 'jupyterhub',
|
||||
){
|
||||
|
||||
# ensure nodejs:20 is installed
|
||||
|
||||
Reference in New Issue
Block a user