From e3cfa5eed7f939e7c86aac65eaeb8d05e94eef3c Mon Sep 17 00:00:00 2001
From: Srinivas Rao Puttagunta <psr123@stanford.edu>
Date: Fri, 14 Jun 2019 15:52:11 -0700
Subject: [PATCH] bigip: working on missing bigip servers

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

diff --git a/manifests/init.pp b/manifests/init.pp
index 090e7c1..3277945 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -132,7 +132,7 @@ class su_ldap (
   if ($enable_lb_bigip) {
     lb::bigip { 'ldap':
       ensure        => present,
-      bigip_service => "ldap-${env}",
+      bigip_service => 'ldap-${env}',
       remctl_cmd    => 'ldap-bigip',
       signal_port   => '8389',
     }
-- 
GitLab