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