From 6c0e2674e17506676bf05af71828e7fc6d525209 Mon Sep 17 00:00:00 2001 From: Marcin Kulisz Date: Tue, 20 Sep 2016 16:14:07 +0100 Subject: [PATCH] Stretch (9.0) patch #1 --- bootstrapvz/plugins/cloud_init/manifest-schema.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bootstrapvz/plugins/cloud_init/manifest-schema.yml b/bootstrapvz/plugins/cloud_init/manifest-schema.yml index efa5f78..0f2a706 100644 --- a/bootstrapvz/plugins/cloud_init/manifest-schema.yml +++ b/bootstrapvz/plugins/cloud_init/manifest-schema.yml @@ -10,8 +10,10 @@ properties: type: string enum: - wheezy - - stable + - oldstable - jessie + - stable + - stretch - testing - sid - unstable @@ -38,7 +40,7 @@ properties: type: array properties: module: {type: string} - position: { type: number} + position: {type: number} additionalProperties: false required: [username] additionalProperties: false