test/ostree-ng: remove user customization from upgrade BP

A user does not need to be specified in upgrade blueprint in order for
it to be present after the upgrade. Related rhbz#2060575
This commit is contained in:
Jakub Rusz 2022-04-05 13:33:25 +02:00 committed by Jakub Rusz
parent 97912b43f4
commit a999b7b04c

View file

@ -618,13 +618,6 @@ version = "*"
[customizations.kernel]
name = "kernel-rt"
[[customizations.user]]
name = "admin"
description = "Administrator account"
password = "\$6\$GRmb7S0p8vsYmXzH\$o0E020S.9JQGaHkszoog4ha4AQVs3sk8q0DvLjSMxoxHBKnB2FBXGQ/OkwZQfW/76ktHd0NX5nls2LPxPuUdl."
home = "/home/admin/"
groups = ["wheel"]
EOF
greenprint "📄 upgrade blueprint"