fusor / apb-examples

A repository of example ansible-playbook bundles. THIS REPO IS DEPRECATED. Please look at https://github.com/ansibleplaybookbundle/ For updated examples.
13 stars 26 forks source link

Modify entrypoint.sh in apb-base to properly handle spaces/special chars #71

Closed djwhatle closed 7 years ago

djwhatle commented 7 years ago

During development of the CloudFormation based RDS APB, I found that parameters provided through the OpenShift Web UI would be broken up into multiple tokens on spaces and special characters. This change fixed my problem.

I have not tested this fix with other APB examples.