le1t0-deprec 2.1.6.052 → 2.1.6.053
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +5 -0
- data/lib/deprec/recipes/app/passenger.rb +0 -4
- data/lib/deprec/recipes/syslog/syslog_ng.rb +0 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
@@ -148,12 +148,10 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
148
148
|
|
149
149
|
task :activate_system, :roles => :app do
|
150
150
|
sudo "a2enmod passenger"
|
151
|
-
top.deprec.web.reload
|
152
151
|
end
|
153
152
|
|
154
153
|
task :activate_project, :roles => :app do
|
155
154
|
sudo "a2ensite #{application}"
|
156
|
-
top.deprec.web.reload
|
157
155
|
end
|
158
156
|
|
159
157
|
task :deactivate do
|
@@ -174,12 +172,10 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
174
172
|
|
175
173
|
task :deactivate_system, :roles => :app do
|
176
174
|
sudo "a2dismod passenger"
|
177
|
-
top.deprec.web.reload
|
178
175
|
end
|
179
176
|
|
180
177
|
task :deactivate_project, :roles => :app do
|
181
178
|
sudo "a2dissite #{application}"
|
182
|
-
top.deprec.web.reload
|
183
179
|
end
|
184
180
|
|
185
181
|
desc "Restart Application"
|
@@ -165,7 +165,6 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
165
165
|
task :config do
|
166
166
|
deprec2.push_configs(:syslog_ng, SYSTEM_CONFIG_FILES[:syslog_ng])
|
167
167
|
deprec2.push_configs(:syslog, SYSTEM_CONFIG_FILES[:syslog])
|
168
|
-
restart
|
169
168
|
end
|
170
169
|
|
171
170
|
desc "Start Syslog-ng"
|
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
|
+
- 53
|
10
|
+
version: 2.1.6.053
|
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-08-
|
18
|
+
date: 2010-08-05 00:00:00 +02:00
|
19
19
|
default_executable: depify
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|