awsdocs / aws-cloudformation-user-guide

The open source version of the AWS CloudFormation User Guide
Other
766 stars 1.3k forks source link

Fix missing newlines in examples #1301

Closed kgawda closed 11 months ago

kgawda commented 1 year ago

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.

joshbean commented 11 months ago

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.