diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-12-21 15:50:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-21 15:50:06 -0800 |
commit | 2c8ad8c97c2d4ac2778eb2127250e261a1f26113 (patch) | |
tree | 01110cab9b177fc596cd2f92b0f646000960a673 /playbooks | |
parent | fbf32e8e992a5de1cb5fa9cacba9224658b5c0a4 (diff) | |
parent | 94071cda7fb499bbd771c619c4e8dcf8de2bdd05 (diff) | |
download | openshift-2c8ad8c97c2d4ac2778eb2127250e261a1f26113.tar.gz openshift-2c8ad8c97c2d4ac2778eb2127250e261a1f26113.tar.bz2 openshift-2c8ad8c97c2d4ac2778eb2127250e261a1f26113.tar.xz openshift-2c8ad8c97c2d4ac2778eb2127250e261a1f26113.zip |
Merge pull request #6550 from mbarnes/aws_provisioning_vars_example
Automatic merge from submit-queue.
aws: Fix misnamed variable in provisioning_vars.yml.example
This typo (?) in `provisioning_vars.yml.example` tripped me up while trying to run `provision_install.yml` using a configuration based on the example file.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/aws/provisioning_vars.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/provisioning_vars.yml.example b/playbooks/aws/provisioning_vars.yml.example index 1491fb868..2eb7d23d4 100644 --- a/playbooks/aws/provisioning_vars.yml.example +++ b/playbooks/aws/provisioning_vars.yml.example @@ -46,7 +46,7 @@ openshift_pkg_version: # -3.7.0 # Name of the subnet in the vpc to use. Needs to be set if using a pre-existing # vpc + subnet. -#openshift_aws_subnet_name: +#openshift_aws_subnet_az: # -------------- # # Security Group # |