Skip to content
Snippets Groups Projects
Commit e3cfa5ee authored by Srinivas Rao Puttagunta's avatar Srinivas Rao Puttagunta
Browse files

bigip: working on missing bigip servers

parent 3eeaaa7e
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ class su_ldap ( ...@@ -132,7 +132,7 @@ class su_ldap (
if ($enable_lb_bigip) { if ($enable_lb_bigip) {
lb::bigip { 'ldap': lb::bigip { 'ldap':
ensure => present, ensure => present,
bigip_service => "ldap-${env}", bigip_service => 'ldap-${env}',
remctl_cmd => 'ldap-bigip', remctl_cmd => 'ldap-bigip',
signal_port => '8389', signal_port => '8389',
} }
......
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