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:
Tomas Hozza 2021-07-15 14:26:50 +02:00 committed by Tomas Hozza
parent cc39d5a8b4
commit 7617cb9a44
3 changed files with 8 additions and 8 deletions

View file

@ -459,7 +459,7 @@
{
"name": "org.osbuild.authselect",
"options": {
"profile_id": "nis",
"profile": "nis",
"features": [
"with-ecryptfs",
"with-mkhomedir"

View file

@ -32,7 +32,7 @@
{
"name": "org.osbuild.authselect",
"options": {
"profile_id": "nis",
"profile": "nis",
"features": [
"with-ecryptfs",
"with-mkhomedir"