awsome 0.0.30 → 0.0.31

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.
Files changed (2) hide show
  1. data/lib/awsome/executor.rb +1 -7
  2. metadata +1 -1
@@ -14,13 +14,6 @@ module Awsome
14
14
  @i_pool = match[:i_pool]
15
15
  @r_pool = match[:r_pool]
16
16
 
17
- puts "Executing Match"
18
- puts "==============="
19
- puts "Instance:"
20
- ap @i_pool
21
- puts "Requirement:"
22
- ap @r_pool
23
-
24
17
  run
25
18
  wait_for_ssh
26
19
  tag_instances
@@ -68,6 +61,7 @@ module Awsome
68
61
 
69
62
  def deploy
70
63
  instances_to_use do |instance, requirement|
64
+ ap requirement
71
65
  instance.deregister_from_elbs
72
66
  instance.remove_packages(*requirement.packages_to_remove(instance))
73
67
  instance.install_packages(*requirement.packages_to_install(instance))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awsome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.30
4
+ version: 0.0.31
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: