Created
May 27, 2011 19:45
-
-
Save proffalken/995998 to your computer and use it in GitHub Desktop.
Puppet, MCollective and Capistrano
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
load 'deploy' if respond_to?(:namespace) # cap2 differentiator | |
require 'capistrano' | |
require 'rubygems' | |
require 'railsless-deploy' | |
load 'config/deploy' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment