vominator 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/ec2/instances.rb +1 -1
- data/lib/vominator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61aa5aa4219f1c8ba73dec1fb6e1f744a6e16a4a
|
|
4
|
+
data.tar.gz: b2b37663a514445625d19385a431c5b8b713802e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcae14c7f5a4cc24d85617d7405e0c4bb0bef740888bd1c5764b5c85f62ed92d57782eadee4021006890074a36e0275b1957c69326114f8a64b1a9ff88663871
|
|
7
|
+
data.tar.gz: a3915f5d7481a17376e703674e8f657e6ae091b38398343e86ee1601fca1239202e20f6ab638d6bfc744323b35f3051f33d2f7d1570bc9a8704c34035683d54a
|
data/lib/ec2/instances.rb
CHANGED
|
@@ -345,7 +345,7 @@ instances.each do |instance|
|
|
|
345
345
|
end
|
|
346
346
|
|
|
347
347
|
else #The instance does not exist, in which case we want to create it.
|
|
348
|
-
user_data = Vominator::Instances.generate_cloud_config(hostname, options[:environment], instance['family'], instance['
|
|
348
|
+
user_data = Vominator::Instances.generate_cloud_config(hostname, options[:environment], instance['family'], instance['chef_roles'], instance['chef_recipes'])
|
|
349
349
|
security_group_ids = instance_security_groups.map {|sg| vpc_security_groups[sg] }
|
|
350
350
|
|
|
351
351
|
unless test?("Would create #{fqdn}")
|
data/lib/vominator/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vominator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Kelly
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-02-
|
|
13
|
+
date: 2016-02-26 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: aws-sdk
|