From d09f07a24c93f931c33372c9faf0281f670a9105 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 8 Jul 2021 21:21:32 +0000 Subject: [PATCH] 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. --- test/data/manifests/fedora-ostree-image.json | 13 ------------- test/data/manifests/fedora-ostree-image.mpp.json | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/test/data/manifests/fedora-ostree-image.json b/test/data/manifests/fedora-ostree-image.json index 0e54edb4..d6e3c447 100644 --- a/test/data/manifests/fedora-ostree-image.json +++ b/test/data/manifests/fedora-ostree-image.json @@ -742,19 +742,6 @@ ] } }, - { - "type": "org.osbuild.users", - "options": { - "users": { - "root": { - "password": "" - }, - "core": { - "password": "" - } - } - } - }, { "type": "org.osbuild.selinux", "options": { diff --git a/test/data/manifests/fedora-ostree-image.mpp.json b/test/data/manifests/fedora-ostree-image.mpp.json index 8672488e..c13d1ab0 100644 --- a/test/data/manifests/fedora-ostree-image.mpp.json +++ b/test/data/manifests/fedora-ostree-image.mpp.json @@ -199,19 +199,6 @@ ] } }, - { - "type": "org.osbuild.users", - "options": { - "users": { - "root": { - "password": "" - }, - "core": { - "password": "" - } - } - } - }, { "type": "org.osbuild.selinux", "options": {