Matanya has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/107823


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/23/107823/1

diff --git a/modules/ldap/manifests/server.pp b/modules/ldap/manifests/server.pp
index caa86a3..88b56f9 100644
--- a/modules/ldap/manifests/server.pp
+++ b/modules/ldap/manifests/server.pp
@@ -116,7 +116,7 @@
         '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 ${ldap::server::base_dn}'; 
/etc/init.d/opendj start";
         # Add the wmf CA to the opendj admin connector's truststore
         'add_ca_to_admintruststore':
             subscribe => Exec['start_opendj'],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I65100440c8106279d573219a4ccf36ec185c0138
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <[email protected]>

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

Reply via email to