From 8dfce761bafa8a9162fb0fcf826d6112e9137373 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Thu, 2 Apr 2020 11:52:44 +1100
Subject: [PATCH] missing variable in the mailchimp config

Former-commit-id: 5455b88264b6a7fa75834bc25203cc01a960cc03
---
 roles/mailchimpLastlogin/templates/ldapconfig.yml.j2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/mailchimpLastlogin/templates/ldapconfig.yml.j2 b/roles/mailchimpLastlogin/templates/ldapconfig.yml.j2
index 9982acb0..99d5f3e9 100644
--- a/roles/mailchimpLastlogin/templates/ldapconfig.yml.j2
+++ b/roles/mailchimpLastlogin/templates/ldapconfig.yml.j2
@@ -2,4 +2,5 @@
 ldapDomain: {{ ldapBase }}
 user: {{ ldapBindDN }} 
 passwd: {{ ldapBindDNPassword }}
+ldapURI: {{ ldap URI }}
 cafile: {{ ldapCaCertFile }}
-- 
GitLab