stages/cloud-init: configuration_files → config

Rename the `configuration_files` key to `config` key.
This commit is contained in:
Christian Kellner 2021-07-21 07:27:21 +00:00
parent 8be74157ae
commit 9e259ae0bc
3 changed files with 8 additions and 8 deletions

View file

@ -506,7 +506,7 @@
{
"name": "org.osbuild.cloud-init",
"options": {
"configuration_files": {
"config": {
"00-default_user.cfg": {
"system_info": {
"default_user": {

View file

@ -32,7 +32,7 @@
{
"name": "org.osbuild.cloud-init",
"options": {
"configuration_files": {
"config": {
"00-default_user.cfg": {
"system_info": {
"default_user": {