Skip to content

Instantly share code, notes, and snippets.

@proffalken
Created May 27, 2011 19:50
Show Gist options
  • Save proffalken/996016 to your computer and use it in GitHub Desktop.
Save proffalken/996016 to your computer and use it in GitHub Desktop.
config/deploy.rb
set :stages, %w[staging production]
set :deploy_to, "/usr/share/puppet/configuration"
set :deploy_via, :export
set :application, "Puppet Manifests"
set :repository, "git://gitserver/puppet.git"
set :scm, :git
set :default_stage, "staging"
set :use_sudo, false
require 'capistrano/ext/multistage'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment