diff --git a/config/schema.go b/config/schema.go index bd40a627..022dd573 100644 --- a/config/schema.go +++ b/config/schema.go @@ -26,6 +26,7 @@ var schema = `{ "properties": { "console": {"type": "string"}, "environment": {"type": "object"}, + "cloud_init_services": {"type": "object"}, "services": {"type": "object"}, "bootstrap": {"type": "object"}, "autoformat": {"type": "object"}, diff --git a/scripts/schema.json b/scripts/schema.json index e06393c2..4410b194 100644 --- a/scripts/schema.json +++ b/scripts/schema.json @@ -24,6 +24,7 @@ "properties": { "console": {"type": "string"}, "environment": {"type": "object"}, + "cloud_init_services": {"type": "object"}, "services": {"type": "object"}, "bootstrap": {"type": "object"}, "autoformat": {"type": "object"},