Changeset 447

Show
Ignore:
Timestamp:
04/02/08 16:20:16 (9 months ago)
Author:
mbailey
Message:

symlink apache configs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/deprec/recipes/apache.rb

    r332 r447  
    127127      task :config_project, :roles => :web do 
    128128        deprec2.push_configs(:apache, PROJECT_CONFIG_FILES[:apache]) 
     129        sudo "ln -sf #{deploy_to}/apache/conf/httpd-vhost-app.conf /usr/local/apache2/conf/apps/#{application}.conf"         
    129130      end 
    130131