auser-poolparty 1.2.1 → 1.2.2

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.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 1
3
+ :patch: 2
4
4
  :major: 1
@@ -101,7 +101,7 @@ module PoolParty
101
101
 
102
102
  ::Suitcase::Zipper.add("#{Default.tmp_path}/trash/dependencies/cache", "gems")
103
103
 
104
- ::Suitcase::Zipper.add("#{::File.join(File.dirname(__FILE__), '..', 'templates', 'gemrc' )}", "etc/poolparty")
104
+ ::Suitcase::Zipper.add("#{::File.join(File.dirname(__FILE__), '..', 'templates', 'gemrc_template' )}", "etc/poolparty")
105
105
 
106
106
  instances = @cloud.nodes(:status => "running") + [@cloud.started_instance]
107
107
  ::Suitcase::Zipper.add_content_as(
@@ -127,7 +127,7 @@ module PoolParty
127
127
  "groupadd -f poolparty",
128
128
  # "useradd poolparty --home-dir /var/poolparty --groups poolparty --create-home",
129
129
  'cd /var/poolparty/dependencies',
130
- "cp /var/poolparty/dependencies/etc/poolparty/gemrc /etc/poolparty",
130
+ "cp /var/poolparty/dependencies/etc/poolparty/gemrc_template /etc/poolparty",
131
131
  "#{installer} update",
132
132
  "#{installer} install -y ruby ruby1.8-dev libopenssl-ruby1.8 build-essential wget", #optional, but nice to have
133
133
  "tar -zxvf packages/rubygems-1.3.1.tgz",
File without changes
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: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner
@@ -286,7 +286,7 @@ files:
286
286
  - lib/poolparty/templates/cib.xml
287
287
  - lib/poolparty/templates/erlang_cookie_maker
288
288
  - lib/poolparty/templates/gem
289
- - lib/poolparty/templates/gemrc
289
+ - lib/poolparty/templates/gemrc_template
290
290
  - lib/poolparty/templates/ha.cf
291
291
  - lib/poolparty/templates/haproxy.conf
292
292
  - lib/poolparty/templates/haresources