le1t0-deprec 2.1.6.004 → 2.1.6.005
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/{drbd.rb → drbd.rb.unmaintained} +0 -0
- data/lib/deprec/recipes/{mysql_proxy.rb → mysql_proxy.rb.unmaintained} +0 -0
- data/lib/deprec/recipes/rails.rb +3 -3
- data/lib/deprec/recipes/{redhat_cluster.rb → redhat_cluster.rb.unmaintained} +0 -0
- data/lib/deprec/recipes/{tsung.rb → tsung.rb.unmaintained} +0 -0
- metadata +7 -7
data/CHANGELOG
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# deprec changelog
|
2
2
|
|
3
|
+
= 2.1.6.005 (Jun 3, 2010)
|
4
|
+
|
5
|
+
* fixed variable names in rails recipe for being compatible with modify-alternatives-registration branch
|
6
|
+
|
3
7
|
= 2.1.6.004 (May 23, 2010)
|
4
8
|
|
5
9
|
* fixed haproxy to write check file on webservers instead of haproxy servers
|
File without changes
|
File without changes
|
data/lib/deprec/recipes/rails.rb
CHANGED
@@ -38,7 +38,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
38
38
|
top.deprec.rails.symlink_shared_dirs
|
39
39
|
top.deprec.rails.symlink_database_yml unless database_yml_in_scm
|
40
40
|
top.deprec.rails.make_writable_by_app
|
41
|
-
top.deprec.passenger.set_owner_of_environment_rb if
|
41
|
+
top.deprec.passenger.set_owner_of_environment_rb if app_choice.to_s == 'passenger'
|
42
42
|
end
|
43
43
|
|
44
44
|
after :deploy, "deploy:cleanup"
|
@@ -104,8 +104,8 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
104
104
|
top.deprec.rails.install
|
105
105
|
top.deprec.svn.install
|
106
106
|
top.deprec.git.install
|
107
|
-
top.deprec.web.install # Uses value of
|
108
|
-
top.deprec.app.install # Uses value of
|
107
|
+
top.deprec.web.install # Uses value of web_choice
|
108
|
+
top.deprec.app.install # Uses value of app_choice
|
109
109
|
top.deprec.monit.install if use_monit # FIXME: should be generic namespace monitoring, with :none option
|
110
110
|
top.deprec.logrotate.install if use_logrotate # FIXME: should be generic namespace logrotation, with :none option
|
111
111
|
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
6
6
|
- 2
|
7
7
|
- 1
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 2.1.6.
|
9
|
+
- 5
|
10
|
+
version: 2.1.6.005
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Le1t0
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-06-03 00:00:00 +02:00
|
19
19
|
default_executable: depify
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -70,7 +70,7 @@ files:
|
|
70
70
|
- lib/deprec/recipes/ddclient.rb
|
71
71
|
- lib/deprec/recipes/deprec.rb
|
72
72
|
- lib/deprec/recipes/deprecated.rb
|
73
|
-
- lib/deprec/recipes/drbd.rb
|
73
|
+
- lib/deprec/recipes/drbd.rb.unmaintained
|
74
74
|
- lib/deprec/recipes/dummy.rb
|
75
75
|
- lib/deprec/recipes/example.rb
|
76
76
|
- lib/deprec/recipes/git.rb
|
@@ -91,7 +91,7 @@ files:
|
|
91
91
|
- lib/deprec/recipes/memcache.rb
|
92
92
|
- lib/deprec/recipes/mongodb.rb
|
93
93
|
- lib/deprec/recipes/monit.rb
|
94
|
-
- lib/deprec/recipes/mysql_proxy.rb
|
94
|
+
- lib/deprec/recipes/mysql_proxy.rb.unmaintained
|
95
95
|
- lib/deprec/recipes/nagios.rb
|
96
96
|
- lib/deprec/recipes/network.rb
|
97
97
|
- lib/deprec/recipes/ntp.rb
|
@@ -100,7 +100,7 @@ files:
|
|
100
100
|
- lib/deprec/recipes/profiles.rb
|
101
101
|
- lib/deprec/recipes/raid/amcc_3ware.rb
|
102
102
|
- lib/deprec/recipes/rails.rb
|
103
|
-
- lib/deprec/recipes/redhat_cluster.rb
|
103
|
+
- lib/deprec/recipes/redhat_cluster.rb.unmaintained
|
104
104
|
- lib/deprec/recipes/redis.rb
|
105
105
|
- lib/deprec/recipes/ruby/mri.rb
|
106
106
|
- lib/deprec/recipes/ruby/ree.rb
|
@@ -114,7 +114,7 @@ files:
|
|
114
114
|
- lib/deprec/recipes/svn.rb
|
115
115
|
- lib/deprec/recipes/syslog.rb
|
116
116
|
- lib/deprec/recipes/trac.rb.disabled
|
117
|
-
- lib/deprec/recipes/tsung.rb
|
117
|
+
- lib/deprec/recipes/tsung.rb.unmaintained
|
118
118
|
- lib/deprec/recipes/ubuntu.rb
|
119
119
|
- lib/deprec/recipes/users.rb
|
120
120
|
- lib/deprec/recipes/utils.rb
|