Sha256: 836ea82354b14f0472d685e02a425fee56cdf0d1c7af75bd8ec2eeb4b14b3119

Contents?: true

Size: 275 Bytes

Versions: 3

Compression:

Stored size: 275 Bytes

Contents

namespace :install do
  
  task :default do
    # Choose profile, and load capistrano settings
    fetch(:profile)
        
    # These run after install task and install all the apps
    install_tasks.each do |task_name|
      after "install", task_name
    end
  end
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capigen-0.1.1 recipes/install.rb
capigen-0.1.2 lib/recipes/install.rb
capigen-0.1.3 lib/recipes/install.rb