From 32efd8d303556b43005f26715bd8264886e17420 Mon Sep 17 00:00:00 2001 From: "Sar Ashki, Babak" Date: Wed, 11 Dec 2019 17:24:17 -0800 Subject: [PATCH] puppet-manifests integ: set correct ldap module path OE installs ldap modules under libexec. --- puppet-manifests/src/modules/platform/manifests/ldap.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-manifests/src/modules/platform/manifests/ldap.pp b/puppet-manifests/src/modules/platform/manifests/ldap.pp index b3d6ee71..7205e7d3 100644 --- a/puppet-manifests/src/modules/platform/manifests/ldap.pp +++ b/puppet-manifests/src/modules/platform/manifests/ldap.pp @@ -53,7 +53,7 @@ class platform::ldap::server::local -e 's:serverID.*:serverID ${server_id}:' \\ -e 's:credentials.*:credentials=${admin_pw}:' \\ -e 's:^rootpw .*:rootpw ${admin_hashed_pw}:' \\ - -e 's:modulepath .*:modulepath /usr/lib64/openldap:' \\ + -e 's:modulepath .*:modulepath /usr/libexec/openldap:' \\ /etc/openldap/slapd.conf", onlyif => '/usr/bin/test -e /etc/openldap/slapd.conf' } -- 2.23.0