Filippo Giunchedi has uploaded a new change for review.

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

Change subject: swift: fix credentials variable
......................................................................

swift: fix credentials variable

Change-Id: Ia8d180dab92b2c5a5a17b19e6e55a9d86443c619
---
M modules/swift_new/manifests/stats/stats_account.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/54/164554/1

diff --git a/modules/swift_new/manifests/stats/stats_account.pp 
b/modules/swift_new/manifests/stats/stats_account.pp
index 5a04c3f..b79786f 100644
--- a/modules/swift_new/manifests/stats/stats_account.pp
+++ b/modules/swift_new/manifests/stats/stats_account.pp
@@ -7,7 +7,7 @@
     $account_info = $accounts[$name]
     $auth_url     = $account_info[auth]
     $user         = $account_info[user]
-    $key          = $credentials[$user]
+    $key          = $credentials[user]
     $account_name = $account_info[account_name]
 
     $account_file = "/etc/swift/account_${account_name}.env"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia8d180dab92b2c5a5a17b19e6e55a9d86443c619
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>

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

Reply via email to