Filippo Giunchedi has submitted this change and it was merged.

Change subject: swift: this isn't python, sorted vs sort
......................................................................


swift: this isn't python, sorted vs sort

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

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/swift_new/manifests/stats/accounts.pp 
b/modules/swift_new/manifests/stats/accounts.pp
index 19b3b38..e06d721 100644
--- a/modules/swift_new/manifests/stats/accounts.pp
+++ b/modules/swift_new/manifests/stats/accounts.pp
@@ -21,7 +21,7 @@
         require => $required_packages,
     }
 
-    $account_names = sorted(keys($accounts))
+    $account_names = sort(keys($accounts))
     swift_new::stats::stats_account { $account_names:
         accounts      => $accounts,
         statsd_prefix => $statsd_prefix,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8abdecff0d71b35e3c7544cf1072ed39b58b9919
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to