Sha256: e5beee930f2047d28af4e9d71050a662314a5c546045f16a569d63e27a51075c
Contents?: true
Size: 1.13 KB
Versions: 9
Compression:
Stored size: 1.13 KB
Contents
# If you want to customize configuration options do so here: # provider :vagrant # vagrant.merge!( :identity_file => "#{ENV['HOME']}/.vagrant.d/insecure_private_key", # :ssh => { # :lab_ip => "192.168.33.10", # :lab_port => 22, # :lxc_port => 22 # }, # :cpus => 4, # :memory => 4096 ) # aws.merge!( :identity_file => ENV['AWS_IDENTITY'], # :ssh => { # :lab_port => 22, # :lxc_port => 22 # }, # :aws_access_key_id => ENV['AWS_ACCESS_KEY_ID'], # :aws_secret_access_key => ENV['AWS_SECRET_ACCESS_KEY'], # :aws_ssh_key_id => ENV['AWS_SSH_KEY_ID'], # :region => "us-west-2", # :availability_zone => "us-west-2a", # :aws_instance_arch => "i386", # :aws_instance_type => "c1.medium" ) # artifacts ({ "chef-client-log" => "/var/log/chef/client.log", # "chef-client-stacktrace" => "/var/chef/cache/chef-stacktrace.out" })
Version data entries
9 entries across 9 versions & 1 rubygems