From 167a5f00974677dcc1e74f8ef7438730e45385cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 11 Oct 2021 13:06:47 +0200 Subject: [PATCH] fedora-common-ostree: Minor cosmetic fix --- fedora-common-ostree.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index 902ea8f..3fa8ab0 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -46,8 +46,12 @@ ignore-removed-users: - root ignore-removed-groups: - root -check-passwd: { type: file, filename: passwd } -check-groups: { type: file, filename: group } +check-passwd: + type: file + filename: passwd +check-groups: + type: file + filename: group default_target: graphical.target