stages/authselect: rename profile_id option to profile
Rename the `profile_id` option to `profile` in the stage schema. This is a follow-up to PR#696 comment after is has been merged [1]. [1] https://github.com/osbuild/osbuild/pull/696#discussion_r661253293 Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
cc39d5a8b4
commit
7617cb9a44
3 changed files with 8 additions and 8 deletions
|
|
@ -459,7 +459,7 @@
|
|||
{
|
||||
"name": "org.osbuild.authselect",
|
||||
"options": {
|
||||
"profile_id": "nis",
|
||||
"profile": "nis",
|
||||
"features": [
|
||||
"with-ecryptfs",
|
||||
"with-mkhomedir"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
{
|
||||
"name": "org.osbuild.authselect",
|
||||
"options": {
|
||||
"profile_id": "nis",
|
||||
"profile": "nis",
|
||||
"features": [
|
||||
"with-ecryptfs",
|
||||
"with-mkhomedir"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue