le1t0-deprec 2.1.6.003 → 2.1.6.004

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.004 (May 23, 2010)
4
+
5
+ * fixed haproxy to write check file on webservers instead of haproxy servers
6
+
3
7
  = 2.1.6.003 (May 23, 2010)
4
8
 
5
9
  * simplified recipe loading
@@ -22,7 +22,8 @@ Capistrano::Configuration.instance(:must_exist).load do
22
22
  end
23
23
 
24
24
  # default config expects this file in web root
25
- task :create_check_file, :roles => :haproxy do
25
+ # check file should be created on webservers
26
+ task :create_check_file, :roles => :web do
26
27
  sudo "test -d /var/www && #{sudo} touch /var/www/check.txt"
27
28
  end
28
29
 
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 1
8
8
  - 6
9
- - 3
10
- version: 2.1.6.003
9
+ - 4
10
+ version: 2.1.6.004
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0