Configset Built-In Helpers

Lono provides additional built-in helpers with the configset DSL.

Name Description
authentication The authentication is use with the source method to add AWS::CloudFormation::Authentication. This allows you to download files from private sources.
content_file renders a file in the lib/content folder of the configset.
gem_package This installs a gem.
s3_key Used with the source method to reference configset lib/files that were automatically uploaded to s3.
yum_package Install a yum package.

The built-in helpers are defined here in the lono source: configset/strategy/helpers

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!