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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fba414ccd39128ec41e5e7337f624e8a5dca2758
4
- data.tar.gz: 75012aeef586da2e77a0cb817cbe0860838c7c13
3
+ metadata.gz: 61aa5aa4219f1c8ba73dec1fb6e1f744a6e16a4a
4
+ data.tar.gz: b2b37663a514445625d19385a431c5b8b713802e
5
5
  SHA512:
6
- metadata.gz: 9ef593c067e45b82582317a80d51f9ab0306893b56dcf8a3c1338b9700b73ca90a479dda4c3b8d8d65d1e8146b8d89156a7740687617c1651eca6d16e1b82995
7
- data.tar.gz: f884636b45307f3215ce1868067d6d92886ee72999094285d4e371206bd965d9ede8ecc62caa621a7457f869ecccdaf9cf505018c7c5f73404dd9fb28c533020
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['roles'], instance['recipes'])
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}")
@@ -1,3 +1,3 @@
1
1
  module Vominator
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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-25 00:00:00.000000000 Z
13
+ date: 2016-02-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: aws-sdk