Skip to content

Instantly share code, notes, and snippets.

@proffalken
Created May 27, 2011 20:22
Show Gist options
  • Save proffalken/996089 to your computer and use it in GitHub Desktop.
Save proffalken/996089 to your computer and use it in GitHub Desktop.
production cap config
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