Sha256: f9ef20e660c902c878361fb05a2476670e788b3b7727eb8c782e9ae32f99231f
Contents?: true
Size: 892 Bytes
Versions: 6
Compression:
Stored size: 892 Bytes
Contents
--- base: # cloudwatch: true # forger create --cloudwatch # TODO: add to docs # Settings control internal forger behavior. # Settings are different from the config files. The config files are meant to # expose config variables that you can use in your ERB code. # There are separate files to separate user defined variables and internal # setting configs. development: # By setting s3_folder, forger will automatically tarball and upload your scripts # to set. You then can then use the extract_scripts helper method to download # the scripts onto the server. # s3_folder: mybucket/path/to/folder # simple string # compile_clean: true # uncomment to clean # extract_scripts: # to: "/opt" # as: "ec2-user" aws_profiles: - my-aws-profile <% if @options[:s3_folder] -%> s3_folder: <%= @options[:s3_folder] %> <% else -%> # s3_folder: my-s3-bucket/ec2 <% end -%>
Version data entries
6 entries across 6 versions & 1 rubygems