fedora-common-ostree: Minor cosmetic fix
This commit is contained in:
parent
58eba54567
commit
167a5f0097
1 changed files with 6 additions and 2 deletions
|
@ -46,8 +46,12 @@ ignore-removed-users:
|
||||||
- root
|
- root
|
||||||
ignore-removed-groups:
|
ignore-removed-groups:
|
||||||
- root
|
- root
|
||||||
check-passwd: { type: file, filename: passwd }
|
check-passwd:
|
||||||
check-groups: { type: file, filename: group }
|
type: file
|
||||||
|
filename: passwd
|
||||||
|
check-groups:
|
||||||
|
type: file
|
||||||
|
filename: group
|
||||||
|
|
||||||
default_target: graphical.target
|
default_target: graphical.target
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue