From 98f7f9e207ad438936e3ae6d313a965bca33491f Mon Sep 17 00:00:00 2001 From: Josh Curl Date: Wed, 16 Nov 2016 21:02:33 -0800 Subject: [PATCH] Update schema --- config/schema.go | 1 + scripts/schema.json | 1 + 2 files changed, 2 insertions(+) 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"},