le1t0-deprec 2.1.6.026 → 2.1.6.027

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,5 +1,9 @@
1
1
  # deprec changelog
2
2
 
3
+ = 2.1.6.027 (Jul 19, 2010)
4
+
5
+ * small fix for haproxy recipe
6
+
3
7
  = 2.1.6.026 (Jul 19, 2010)
4
8
 
5
9
  * made passenger more configurable
@@ -32,6 +32,6 @@ listen <%= instance[:name] || "no_name_defined_#{i+1}" %> <%= ipport %>
32
32
  stats <%= instance[:stats_auth] %>
33
33
  <% end %>
34
34
  <% (instance[:servers] || {}).each do |key, value| %>
35
- <%= key %><% if value && value != true %> <%= value %><% end %>
35
+ server <%= key %><% if value && value != true %> <%= value %><% end %>
36
36
  <% end %>
37
37
  <% end %>
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 1
8
8
  - 6
9
- - 26
10
- version: 2.1.6.026
9
+ - 27
10
+ version: 2.1.6.027
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0