Sha256: 779a4e80d1d686badc0026480c14ff451583dd1d5a0da5b949dcd0ecd5029d44
Contents?: true
Size: 378 Bytes
Versions: 69
Compression:
Stored size: 378 Bytes
Contents
# Named Cloud Objects To add a new machine image, place this snippet: Chef::Config[:ec2_image_info] ||= {} Chef::Config[:ec2_image_info].merge!({ # ... lines like this: # %w[ us-west-1 64-bit ebs natty ] => { :image_id => 'ami-4d580408' }, }) in your knife.rb or whereever. ironfan will notice that it exists and add to it, rather than clobbering it.
Version data entries
69 entries across 69 versions & 1 rubygems