[chef] Re: AWS cookbook and the run list


Chronological Thread 
  • From: Noah Kantrowitz < >
  • To:
  • Subject: [chef] Re: AWS cookbook and the run list
  • Date: Wed, 14 Jan 2015 11:54:01 -0800


On Jan 14, 2015, at 11:47 AM, Greg Barker 
< >
 wrote:

> I want to use the AWS cookbook to attach EBS volumes. I wasn't sure what 
> the best way to ensure that it only happens when the node is actually an 
> EC2 instance, and not a local Vagrant VM. Separate roles? Separate 
> environments and use env_run_lists? Is there something like if 
> node['is_ec2']?

Yep, you can do this:

if node['ec2']
  include_recipe 'myebsstuff'
end

--Noah

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail




Archive powered by MHonArc 2.6.16.

§