Mobrovac has uploaded a new change for review.

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

Change subject: Citoid: Change the default for wskey
......................................................................

Citoid: Change the default for wskey

Change-Id: I6e550e700bcbc90976c676e900e13c88a9bd18a4
---
M modules/citoid/manifests/init.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/82/325782/1

diff --git a/modules/citoid/manifests/init.pp b/modules/citoid/manifests/init.pp
index 9be148a..99a4bc5 100644
--- a/modules/citoid/manifests/init.pp
+++ b/modules/citoid/manifests/init.pp
@@ -16,12 +16,12 @@
 #   The zotero host's TCP port
 #
 # [*wskey*]
-#   The WorldCat Search API key to use. Default: '""'
+#   The WorldCat Search API key to use. Default: ''
 #
 class citoid(
     $zotero_host,
     $zotero_port,
-    $wskey = '""',
+    $wskey = '',
 ) {
     service::node { 'citoid':
         port              => 1970,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6e550e700bcbc90976c676e900e13c88a9bd18a4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mobrovac <mobro...@wikimedia.org>

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

Reply via email to