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

su_ldap: add missing env parameter

parent e3cfa5ee
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@
class su_ldap (
$hosting_model = 'traditional',
#
$env = undef,
#
$auth_gssapi = true,
$auth_simple = true,
#
......@@ -132,7 +134,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',
}
......
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