Skip to content

Commit

Permalink
test: update test configs with new option
Browse files Browse the repository at this point in the history
The new configs are functionally equivalent to the old options, but
since the drop-in filenames changed from /etc/sudoers.d/wheel to
/etc/sudoers.d/%wheel, the hardcoded kickstart contents will change.
  • Loading branch information
achilleas-k committed Mar 11, 2024
1 parent 4a62eac commit cfffc7f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion test/configs/unattended-iso-edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
],
"installer": {
"unattended": true,
"wheel-sudo-nopasswd": true
"sudo-nopasswd": [
"%wheel"
]
}
}
},
Expand Down
4 changes: 3 additions & 1 deletion test/configs/unattended-iso-iot.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
],
"installer": {
"unattended": true,
"wheel-sudo-nopasswd": true
"sudo-nopasswd": [
"%wheel"
]
}
}
},
Expand Down
4 changes: 3 additions & 1 deletion test/configs/unattended-iso.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
},
"installer": {
"unattended": true,
"wheel-sudo-nopasswd": true
"sudo-nopasswd": [
"%wheel"
]
}
}
}
Expand Down

0 comments on commit cfffc7f

Please sign in to comment.