test/data: remove users from ostree-image

Let's not have users in the ostree commit itself since we have
zezere ignition enabled for user provisioning.
This commit is contained in:
Christian Kellner 2021-07-08 21:21:32 +00:00
parent 284e73a018
commit d09f07a24c
2 changed files with 0 additions and 26 deletions

View file

@ -742,19 +742,6 @@
]
}
},
{
"type": "org.osbuild.users",
"options": {
"users": {
"root": {
"password": ""
},
"core": {
"password": ""
}
}
}
},
{
"type": "org.osbuild.selinux",
"options": {

View file

@ -199,19 +199,6 @@
]
}
},
{
"type": "org.osbuild.users",
"options": {
"users": {
"root": {
"password": ""
},
"core": {
"password": ""
}
}
}
},
{
"type": "org.osbuild.selinux",
"options": {