lib/magic_recipes/passenger.rb in magic_recipes-0.0.19 vs lib/magic_recipes/passenger.rb in magic_recipes-0.0.20
- old
+ new
@@ -1,16 +1,18 @@
# encoding: utf-8
module MagicRecipes
+ # = Passenger - Deploy
+ #
+ # Simple recipe to restart passenger
+ #
+ # [Tasks:]
+ # task :restart # => Restart Phusion-Passenger
+ #
+ # [Callbacks:]
+ # after "deploy:restart", "passenger:restart"
+ #
module Passenger
- # Passenger - Deploy
- #
- # Tasks:
- # task :restart # => Restart Phusion-Passenger
- #
- # Callbacks:
- # after "deploy:restart", "passenger:restart"
- #
def self.load_into(configuration)
configuration.load do
set_default :pre_start, false # => pre_start the first domain ?