Mattflaschen has uploaded a new change for review.

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

Change subject: Fix AntiSpoof
......................................................................

Fix AntiSpoof

This error became visible when the error-handling was fixed.

Change-Id: Ifaffef4670c849bc55b4ea52cfb7de1875945843
---
M puppet/modules/role/manifests/antispoof.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/54/263554/1

diff --git a/puppet/modules/role/manifests/antispoof.pp 
b/puppet/modules/role/manifests/antispoof.pp
index d6d9fae..15283be 100644
--- a/puppet/modules/role/manifests/antispoof.pp
+++ b/puppet/modules/role/manifests/antispoof.pp
@@ -8,7 +8,7 @@
     }
 
     exec { 'populate_spoofuser':
-        command     => "/usr/local/bin/foreachwiki 
${::mediawiki::dir}/extensions/AntiSpoof/maintenance/batchAntiSpoof.php",
+        command     => '/usr/local/bin/foreachwiki 
extensions/AntiSpoof/maintenance/batchAntiSpoof.php',
         refreshonly => true,
         user        => 'www-data',
         require     => Mediawiki::Extension['AntiSpoof'],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifaffef4670c849bc55b4ea52cfb7de1875945843
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <mflasc...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to