Sha256: 64192b7a3e3416d690b3a2b6ea7538a10f7a2807c5f4f20ac2670e88e5077a08

Contents?: true

Size: 1.45 KB

Versions: 1

Compression:

Stored size: 1.45 KB

Contents

################################################################################
# Cucumber-Chef
################################################################################

provider                        :aws
librarian_chef                  <%= @librarian_chef %>

artifacts                       ({ "chef-client-log" => "/var/log/chef/client.log",
                                   "chef-client-stacktrace" => "/var/chef/cache/chef-stacktrace.out" })

lxc_user                        "root"
lab_user                        "ubuntu"

################################################################################
# Provider: AWS
################################################################################

aws[:aws_access_key_id]         = "<%= @aws_access_key %>"
aws[:aws_secret_access_key]     = "<%= @aws_secret_access_key %>"

aws[:aws_ssh_key_id]            = "<%= @aws_ssh_id %>"
aws[:identity_file]             = "<%= File.join(@aws_ssh_key_dir, @aws_ssh_key) %>"

aws[:region]                    = "<%= @region %>-1"
aws[:availability_zone]         = "<%= @region %>-1a"

#aws[:aws_instance_arch]         = "i386"
#aws[:aws_instance_disk_store]   = "instance-store"
#aws[:aws_instance_type]         = "m1.small"

#aws[:aws_security_group]        = "cucumber-chef"


################################################################################
# Provider: Vagrant
################################################################################

# TODO

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber-chef-2.1.0.rc.0 lib/cucumber/chef/templates/cucumber-chef/config-rb.erb