From e25276367b7202cf6509b57e4fefe945dd98befc Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Mon, 14 Apr 2014 07:11:03 -0300 Subject: [PATCH] Fix apt_proxy/ntp/vagrant plugins manifests --- bootstrapvz/plugins/apt_proxy/manifest-schema.json | 6 ++---- bootstrapvz/plugins/ntp/manifest-schema.json | 6 ++---- bootstrapvz/plugins/vagrant/manifest-schema.json | 4 +--- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/bootstrapvz/plugins/apt_proxy/manifest-schema.json b/bootstrapvz/plugins/apt_proxy/manifest-schema.json index ae407eb..8c8e932 100644 --- a/bootstrapvz/plugins/apt_proxy/manifest-schema.json +++ b/bootstrapvz/plugins/apt_proxy/manifest-schema.json @@ -21,9 +21,7 @@ }, "required": ["address", "port"] } - }, - "required": ["apt_proxy"] + } } - }, - "required": ["plugins"] + } } diff --git a/bootstrapvz/plugins/ntp/manifest-schema.json b/bootstrapvz/plugins/ntp/manifest-schema.json index d15be21..c386045 100644 --- a/bootstrapvz/plugins/ntp/manifest-schema.json +++ b/bootstrapvz/plugins/ntp/manifest-schema.json @@ -16,9 +16,7 @@ } } } - }, - "required": ["ntp"] + } } - }, - "required": ["plugins"] + } } diff --git a/bootstrapvz/plugins/vagrant/manifest-schema.json b/bootstrapvz/plugins/vagrant/manifest-schema.json index dc4734e..c52c180 100644 --- a/bootstrapvz/plugins/vagrant/manifest-schema.json +++ b/bootstrapvz/plugins/vagrant/manifest-schema.json @@ -23,9 +23,7 @@ "type": "object", "properties": { "vagrant": { - "type": "object", - "properties": { - } + "type": "object" } } }