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 +4 -0
- data/lib/deprec/recipes/haproxy.rb +2 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
@@ -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
|
-
|
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
|
|