auser-poolparty 0.2.93 → 0.2.94

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- Get ready to jump in the pool, you just installed PoolParty! (Updated at 01:09 12/23/08)
1
+ Get ready to jump in the pool, you just installed PoolParty! (Updated at 19:49 12/23/08)
2
2
 
3
3
  To get started, run the generator:
4
4
 
@@ -107,9 +107,11 @@ end
107
107
 
108
108
  # Attach a volume to the instance
109
109
  def attach_volume(instance=nil)
110
- vputs "Attaching volume #{ebs_volume_id} to the master at #{ebs_volume_device}"
111
- instance = master
112
- ec2.attach_volume(:volume_id => ebs_volume_id, :instance_id => instance.instance_id, :device => ebs_volume_device) if ebs_volume_id && ebs_volume_mount_point
110
+ if ebs_volume_id
111
+ vputs "Attaching volume #{ebs_volume_id} to the master at #{ebs_volume_device}"
112
+ instance = master
113
+ ec2.attach_volume(:volume_id => ebs_volume_id, :instance_id => instance.instance_id, :device => ebs_volume_device) if ebs_volume_id && ebs_volume_mount_point
114
+ end
113
115
  end
114
116
  # Associate an address with the instance using ec2
115
117
  def associate_address(instance=nil)
@@ -2,7 +2,7 @@
2
2
  vardir = /var/lib/puppet
3
3
  logdir = /var/log/puppet
4
4
  ssldir = /etc/poolparty/ssl
5
- modulepath = /etc/poolparty/modules:$confdir/modules
5
+ modulepath = /etc/poolparty/modules:$confdir/modules:/usr/share/puppet/modules
6
6
  # factsync = true
7
7
  # pluginsync = true
8
8
  # factpath = $vardir/lib/facter
@@ -2,7 +2,7 @@ module PoolParty
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 93
5
+ TINY = 94
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -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.93
4
+ version: 0.2.94
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner
@@ -544,7 +544,7 @@ files:
544
544
  has_rdoc: true
545
545
  homepage: http://poolparty.rubyforge.org
546
546
  post_install_message: |-
547
- Get ready to jump in the pool, you just installed PoolParty! (Updated at 01:09 12/23/08)
547
+ Get ready to jump in the pool, you just installed PoolParty! (Updated at 19:49 12/23/08)
548
548
 
549
549
  To get started, run the generator:
550
550
 
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.93
4
+ version: 0.2.94
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner
@@ -544,7 +544,7 @@ files:
544
544
  has_rdoc: true
545
545
  homepage: http://poolparty.rubyforge.org
546
546
  post_install_message: |-
547
- Get ready to jump in the pool, you just installed PoolParty! (Updated at 01:09 12/23/08)
547
+ Get ready to jump in the pool, you just installed PoolParty! (Updated at 19:49 12/23/08)
548
548
 
549
549
  To get started, run the generator:
550
550