aboutsummaryrefslogtreecommitdiffstats
path: root/switchtower/test/fixtures
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-08-03 12:59:03 +0000
committerJamis Buck <jamis@37signals.com>2005-08-03 12:59:03 +0000
commit3fc8639b78417cffc112916537bb8249f8880394 (patch)
tree24489cd587460750f036f1fc491c9c698933562c /switchtower/test/fixtures
parent44c64a612d3313b30a06f6f36e4260f53d4ed852 (diff)
downloadrails-3fc8639b78417cffc112916537bb8249f8880394.tar.gz
rails-3fc8639b78417cffc112916537bb8249f8880394.tar.bz2
rails-3fc8639b78417cffc112916537bb8249f8880394.zip
Initial commit of the new switchtower utility
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1967 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'switchtower/test/fixtures')
-rw-r--r--switchtower/test/fixtures/config.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/switchtower/test/fixtures/config.rb b/switchtower/test/fixtures/config.rb
new file mode 100644
index 0000000000..0570980bd8
--- /dev/null
+++ b/switchtower/test/fixtures/config.rb
@@ -0,0 +1,5 @@
+set :application, "foo"
+set :repository, "1/2/#{application}"
+set :gateway, "#{__FILE__}.example.com"
+
+role :web, "www.example.com", :primary => true