Add missing newline signs in code examples. Without it the resulting UserData bash script contained invalid lines.
Issue #, if available:
Description of changes:
Fixed YAML and JSON templates to produce correct bash scripts. The original code would create a line starting with: yum install -y aws-cfn-bootstrap/opt/aws/bin/cfn-init -v ...
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Closing this issue or pull request in advance of archiving this repo. For more information about the decision to archive this repo (and others in the 'awsdocs' org), see the announcement on the AWS News Blog.
Add missing newline signs in code examples. Without it the resulting UserData bash script contained invalid lines.
Issue #, if available:
Description of changes:
Fixed YAML and JSON templates to produce correct bash scripts. The original code would create a line starting with:
yum install -y aws-cfn-bootstrap/opt/aws/bin/cfn-init -v ...
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.