diff --git a/deployment_scripts/puppet/manifests/hiera.pp b/deployment_scripts/puppet/manifests/hiera.pp index 7b0ef20..f365297 100644 --- a/deployment_scripts/puppet/manifests/hiera.pp +++ b/deployment_scripts/puppet/manifests/hiera.pp @@ -71,7 +71,7 @@ $influxdb_port = hiera('lma::influxdb::influxdb_port', 8086) $password = $plugin['nagios_password'] $ldap_enabled = $plugin['ldap_enabled'] or false -$ldap_protocol = $plugin['ldap_protocol'] +$ldap_protocol = $plugin['ldap_protocol_for_nagios'] $ldap_servers = split($plugin['ldap_servers'], '\s+') $ldap_bind_dn = $plugin['ldap_bind_dn'] $ldap_bind_password = $plugin['ldap_bind_password'] diff --git a/environment_config.yaml b/environment_config.yaml index f4fd05b..27eaf5a 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -137,7 +137,7 @@ attributes: weight: 100 type: "checkbox" - ldap_protocol: + ldap_protocol_for_nagios: type: "radio" value: 'ldap' weight: 110