aboutsummaryrefslogtreecommitdiffstats
path: root/switchtower/test/fixtures/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'switchtower/test/fixtures/config.rb')
-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