From 4ec9200b178ee95f9152c7078050f4eceb4d8923 Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Thu, 2 Jun 2016 11:14:57 -0700 Subject: [PATCH 1/2] Update regions in schema --- bootstrapvz/providers/ec2/manifest-schema-s3.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrapvz/providers/ec2/manifest-schema-s3.yml b/bootstrapvz/providers/ec2/manifest-schema-s3.yml index 3d12c53..a9c7f63 100644 --- a/bootstrapvz/providers/ec2/manifest-schema-s3.yml +++ b/bootstrapvz/providers/ec2/manifest-schema-s3.yml @@ -23,8 +23,10 @@ definitions: aws-region: enum: - ap-northeast-1 + - ap-northeast-2 - ap-southeast-1 - ap-southeast-2 + - eu-central-1 - eu-west-1 - sa-east-1 - us-east-1 From bc895292cde52e3c479e3586afc99ef102211350 Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Thu, 2 Jun 2016 16:12:01 -0700 Subject: [PATCH 2/2] file_copy: Fix documentation typo Slipping into open PR as both should be trivial. --- bootstrapvz/plugins/file_copy/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapvz/plugins/file_copy/README.rst b/bootstrapvz/plugins/file_copy/README.rst index dc172ed..8daefa5 100644 --- a/bootstrapvz/plugins/file_copy/README.rst +++ b/bootstrapvz/plugins/file_copy/README.rst @@ -12,7 +12,7 @@ Note that this necessarily violates the `first development guideline`_. Settings ~~~~~~~~ -The ``file_copy`` plugin takes a (non-empty) ``files`` list, and optionnaly a ``mkdirs`` list. +The ``file_copy`` plugin takes a (non-empty) ``files`` list, and optionally a ``mkdirs`` list. Files (items in the ``files`` list) must be objects with the following properties: