Skip to content

Commit

Permalink
General fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tray Torrance committed May 21, 2012
1 parent 05285da commit 8db0443
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -3,6 +3,10 @@ source :rubygems
gem 'sinatra'
gem 'oldskool'
gem 'oldskool-puppet'
gem 'oldskool-password'

gem 'puppet'
gem 'facter'

group :development do
gem 'capistrano'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Expand Up @@ -28,9 +28,12 @@ GEM
bundler
httparty
sinatra
oldskool-password (0.0.2)
passmakr
oldskool-puppet (0.0.3)
puppet
redcarpet
passmakr (1.1.0)
puppet (2.7.14)
facter (>= 1.5.1)
rack (1.4.1)
Expand All @@ -52,8 +55,11 @@ PLATFORMS
DEPENDENCIES
capistrano
capistrano_colors
facter
oldskool
oldskool-password
oldskool-puppet
puppet
railsless-deploy
rvm-capistrano
sinatra
12 changes: 7 additions & 5 deletions config/deploy.rb
@@ -1,26 +1,28 @@
# Disable some Rails-specific tasks
require 'railsless-deploy'

# General Settings
set :application, 'OldSkool'
set :deploy_to, '/usr/local/share/deploy/oldskool'
set :user, 'deploy'
set :sudo, false
set :use_sudo, false

# Servers
role :app, 'mail01.sudobangbang.org'

set :scm, :git
set :repository, 'git://github.com/torrancew/sbb-search.git'

set :rvm_type, :user
set :rvm_install_type, :stable
set :rvm_install_shell, :bash
set :rvm_install_with_sudo, false
set :rvm_ruby_string, '1.9.3@oldskool'
set :rvm_ruby_string, '1.8.7'
set :rvm_install_ruby_params, ''

# Integrate with RVM, Bundler
require 'rvm/capistrano'
require 'bundler/capistrano'

role :app, 'mail01.sudobangbang.org'

before 'deploy:setup' do
rvm.install_rvm
rvm.install_ruby
Expand Down
4 changes: 2 additions & 2 deletions config/oldskool.yaml
Expand Up @@ -10,6 +10,6 @@
:keywords:
- map
- gmap
- :type: :puppet
- :type: :password
:keywords:
- puppet
- pass

0 comments on commit 8db0443

Please sign in to comment.