Sha256: b14b5e1efb0512b79b913e4285084c91a23acb9ed0040df517455f3f1fad1a04

Contents?: true

Size: 494 Bytes

Versions: 2

Compression:

Stored size: 494 Bytes

Contents

template "example.yml" do
  source "example.yml.erb"
end

template "blog-web-prod.yml" do
  app,role,env = name.sub('.yml','').split('-')
  source "web.yml.erb"
  variables(
    env: env,
    app: app,
    role: role,
    ami: "ami-4836a428", # us-west-2
    instance_type: "t2.small",
    port: "80",
    high_threshold: "35",
    high_periods: "4",
    low_threshold: "20",
    low_periods: "2",
    max_size: "6",
    min_size: "3",
    down_adjustment: "-1",
    up_adjustment: "2"
  )
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lono-2.1.0 lib/starter_projects/yaml_project/config/lono.rb
lono-2.0.5 lib/starter_projects/yaml_project/config/lono.rb