Skip to content

Commit

Permalink
test: add a test with two nopasswd groups
Browse files Browse the repository at this point in the history
Add %sudo as well to the unattended-iso test as a test that multiple
groups work.
  • Loading branch information
achilleas-k committed Mar 11, 2024
1 parent a9b2a1a commit f2c9278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/configs/unattended-iso.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"installer": {
"unattended": true,
"sudo-nopasswd": [
"%wheel"
"%wheel",
"%sudo"
]
}
}
Expand Down

0 comments on commit f2c9278

Please sign in to comment.