From ab420300efa1cba981cb39049a9ca56ccc303420 Mon Sep 17 00:00:00 2001 From: joshuaeke Date: Tue, 24 Nov 2015 18:48:59 +0000 Subject: [PATCH] Update ec2.py remove state tag 'exact_count' and 'state' are mutually exclusive options they should not be in the following examples: - # Enforce that 5 running instances named "database" with a "dbtype" of "postgres" example and - # Enforce that 5 instances with a tag "foo" are running --- cloud/amazon/ec2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cloud/amazon/ec2.py b/cloud/amazon/ec2.py index e035e07af24..04aa656d37e 100644 --- a/cloud/amazon/ec2.py +++ b/cloud/amazon/ec2.py @@ -488,7 +488,6 @@ EXAMPLES = ''' # - ec2: - state: running key_name: mykey instance_type: c1.medium image: ami-40603AD1 @@ -506,7 +505,6 @@ EXAMPLES = ''' # - ec2: - state: running key_name: mykey instance_type: c1.medium image: ami-40603AD1