Faidon Liambotis has submitted this change and it was merged.

Change subject: ldap: puppet 3 compatibility fix: fully qualify variable
......................................................................


ldap: puppet 3 compatibility fix: fully qualify variable

Change-Id: I65100440c8106279d573219a4ccf36ec185c0138
---
M modules/ldap/manifests/server.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Faidon Liambotis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ldap/manifests/server.pp b/modules/ldap/manifests/server.pp
index fcf316a..f524f1d 100644
--- a/modules/ldap/manifests/server.pp
+++ b/modules/ldap/manifests/server.pp
@@ -121,7 +121,7 @@
     exec { 'rebuild_indexes':
         subscribe   => Exec['create_indexes'],
         refreshonly => true,
-        command     => "/etc/init.d/opendj stop; su - opendj -c 
'/usr/opendj/bin/rebuild-index --rebuildAll -b 
${ldap::server::config::base_dn}'; /etc/init.d/opendj start",
+        command     => "/etc/init.d/opendj stop; su - opendj -c 
'/usr/opendj/bin/rebuild-index --rebuildAll -b ${base_dn}'; /etc/init.d/opendj 
start",
     }
     # Add the wmf CA to the opendj admin connector's truststore
     exec { 'add_ca_to_admintruststore':

-- 
To view, visit https://gerrit.wikimedia.org/r/107823
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I65100440c8106279d573219a4ccf36ec185c0138
Gerrit-PatchSet: 5
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Matanya <[email protected]>
Gerrit-Reviewer: Tim Landscheidt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to