Created
May 27, 2011 20:22
-
-
Save proffalken/996089 to your computer and use it in GitHub Desktop.
production cap config
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
set :gateway, "deploy@support-gateway" | |
set :user, "deploy" | |
set :deploy_via, :copy | |
role :web, "puppetmaster" # set this to the fully qualified domain name of your puppetmaster | |
after 'deploy:symlink', 'puppet:run' | |
after 'deploy:rollback', 'puppet:run' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment