package
You can use the packages key to download and install pre-packaged applications and components. On Windows systems, the packages key supports only the MSI installer. The package method maps to the AWS::CloudFormation::Init packages section.
Example
package("yum",
httpd: [],
jq: [],
)
Generates:
AWS::CloudFormation::Init:
configSets:
default:
- main
main:
packages:
yum:
httpd: []
jq: []
Back to DSL Docs
Pro tip: Use the <- and -> arrow keys to move back and forward.
Edit this page
See a typo or an error? You can improve this page. This website is available on GitHub and contributions are encouraged and welcomed. We love pull requests from you!
- Suggest an edit to this page (here's the contributing guide).
- Open an issue about this page to report a problem.