auser-poolparty 0.2.46 → 0.2.47

Sign up to get free protection for your applications and to get access to all the features.
@@ -70,7 +70,7 @@ local_update(Types) ->
70
70
  %%
71
71
  %% Fires a ping every 10 seconds
72
72
  %%--------------------------------------------------------------------
73
- start_link() -> start_link(erlang:get_plain_arguments()).
73
+ start_link() -> start_link(init:get_plain_arguments()).
74
74
  start_link(Args) -> gen_server:start_link({global, node()}, ?MODULE, Args, Args).
75
75
 
76
76
  %%====================================================================
@@ -61,7 +61,7 @@ module PoolParty
61
61
  # Printing. This is how we extract the instances into the listing on the
62
62
  # local side into the local listing file
63
63
  def to_s
64
- "#{name}\t#{ip}"
64
+ "#{name}\t#{ip}\t#{instance_id}"
65
65
  end
66
66
 
67
67
  def puppet_runner_command
@@ -2,7 +2,7 @@ module PoolParty
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 46
5
+ TINY = 47
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/poolparty.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poolparty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.46
4
+ version: 0.2.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auser-poolparty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.46
4
+ version: 0.2.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner