nesquena-cap-recipes 0.3.8 → 0.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION.yml +1 -1
- data/lib/cap_recipes/tasks/passenger/install.rb +2 -1
- metadata +2 -2
data/VERSION.yml
CHANGED
@@ -3,6 +3,7 @@ require 'cap_recipes/tasks/with_scope.rb'
|
|
3
3
|
#TODO add something like require that a task named apache:restart exists
|
4
4
|
Capistrano::Configuration.instance(true).load do
|
5
5
|
set :base_ruby_path, '/usr'
|
6
|
+
set :confd_passenger_filename, 'passenger'
|
6
7
|
|
7
8
|
namespace :passenger do
|
8
9
|
desc "Installs Phusion Passenger"
|
@@ -36,7 +37,7 @@ Capistrano::Configuration.instance(true).load do
|
|
36
37
|
EOF
|
37
38
|
|
38
39
|
put passenger_config, "/tmp/passenger"
|
39
|
-
sudo "mv /tmp/passenger /etc/apache2/conf.d
|
40
|
+
sudo "mv /tmp/passenger /etc/apache2/conf.d/#{confd_passenger_filename}"
|
40
41
|
apache.restart
|
41
42
|
end
|
42
43
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nesquena-cap-recipes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Esquenazi
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-04-
|
12
|
+
date: 2009-04-28 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|