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 CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 8
2
+ :patch: 9
3
3
  :major: 0
4
4
  :minor: 3
@@ -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/passenger"
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.8
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-21 00:00:00 -07:00
12
+ date: 2009-04-28 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15