From 3fc8639b78417cffc112916537bb8249f8880394 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Wed, 3 Aug 2005 12:59:03 +0000 Subject: Initial commit of the new switchtower utility git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1967 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- switchtower/test/fixtures/config.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 switchtower/test/fixtures/config.rb (limited to 'switchtower/test/fixtures') 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 -- cgit v1.2.3