Volans has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/383348 )

Change subject: wmf-auto-reimage: fix console list initialization (2)
......................................................................

wmf-auto-reimage: fix console list initialization (2)

Change-Id: Ia26cac164d1cbc56c927ff3168b05ef67081ead9
---
M modules/profile/files/cumin/wmf_auto_reimage_host.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/48/383348/1

diff --git a/modules/profile/files/cumin/wmf_auto_reimage_host.py 
b/modules/profile/files/cumin/wmf_auto_reimage_host.py
index 7fd4a35..3335bd7 100644
--- a/modules/profile/files/cumin/wmf_auto_reimage_host.py
+++ b/modules/profile/files/cumin/wmf_auto_reimage_host.py
@@ -46,7 +46,7 @@
         mgmts = lib.get_mgmts([args.host])
         args.mgmt = mgmts[args.host]
     else:
-        mgmts = [args.mgmt]
+        mgmts = {args.host: args.mgmt}
 
     fqdns.append(args.mgmt)
     if args.rename is not None and args.rename_mgmt is None:

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

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

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

Reply via email to