Changeset 89

Show
Ignore:
Timestamp:
06/21/07 14:39:29 (2 years ago)
Author:
mbailey
Message:

renamed task :restart_apache to :apache_restart
create task :restart_apache that points to :apache_restart
we're moving toward namespaces in cap2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1-7-stable/lib/deprec/third_party/railsmachine/recipes/apache.rb

    r45 r89  
    6262  end 
    6363   
     64 
    6465  desc "Restart Apache " 
    65   task :restart_apache, :roles => :web do 
     66  task :apache_restart, :roles => :web do 
     67    restart_apache 
     68  end 
     69   
     70  task :restart_apache, :roles => :web do # deprecated 
    6671    send(run_method, "#{apache_ctl} restart") 
    6772  end