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
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue