lorax/share
Adam Williamson ea65f428dc Fix broken single-item tuples in a few places
When we stopped caring about ppc and ppc64, we changed several
instances of three-item tuples:

("ppc", "ppc64", "ppc64le")

into...this:

("ppc64le")

which is not a single item tuple, but just the string "ppc64le"
in some extraneous braces. It so happens that the right thing
still happened in all relevant cases , we think, but it's wrong.
There's no need to be using an iterator at all for a single
item, so just change them all to == "ppc64le" or != "ppc64le" as
appropriate.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-09-14 14:31:16 -07:00
..
composer lorax-composer: Add cloud-init support to the vhd image 2019-11-18 14:00:24 -08:00
lifted/providers Remove lifted azure support 2019-10-16 09:17:54 -07:00
templates.d/99-generic Fix broken single-item tuples in a few places 2020-09-14 14:31:16 -07:00