test: Install package sssd in all edge images for BZ#2088459
This commit is contained in:
parent
a5a1611335
commit
9a66ffa78b
5 changed files with 40 additions and 0 deletions
|
|
@ -370,6 +370,10 @@ groups = []
|
|||
name = "python3"
|
||||
version = "*"
|
||||
|
||||
[[packages]]
|
||||
name = "sssd"
|
||||
version = "*"
|
||||
|
||||
[[customizations.user]]
|
||||
name = "admin"
|
||||
description = "Administrator account"
|
||||
|
|
@ -618,6 +622,10 @@ groups = []
|
|||
name = "python3"
|
||||
version = "*"
|
||||
|
||||
[[packages]]
|
||||
name = "sssd"
|
||||
version = "*"
|
||||
|
||||
[[packages]]
|
||||
name = "wget"
|
||||
version = "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue