lib/cap_recipes/tasks/passenger/install.rb in cap-recipes-0.3.26 vs lib/cap_recipes/tasks/passenger/install.rb in cap-recipes-0.3.27

- old
+ new

@@ -1,7 +1,7 @@ -require 'cap_recipes/tasks/utilities.rb' +require File.expand_path(File.dirname(__FILE__) + '/../utilities') +require File.expand_path(File.dirname(__FILE__) + '/../apache/manage') -#TODO add something like require that a task named apache:restart exists Capistrano::Configuration.instance(true).load do set :base_ruby_path, '/usr' set :confd_passenger_filename, 'passenger' namespace :passenger do \ No newline at end of file