From 2bba8a05b4598f9e8a6c3cdbd2de3f69aae15b3e Mon Sep 17 00:00:00 2001 From: Michael Hale Date: Thu, 8 Jul 2010 13:35:10 -0400 Subject: [PATCH] amazon web services autoscaling formula Signed-off-by: Adam Vandenberg --- Formula/auto-scaling.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Formula/auto-scaling.rb diff --git a/Formula/auto-scaling.rb b/Formula/auto-scaling.rb new file mode 100644 index 0000000000..318414db06 --- /dev/null +++ b/Formula/auto-scaling.rb @@ -0,0 +1,20 @@ +require 'formula' + +# Require ec2-api-tools to get the base class +require "#{File.dirname __FILE__}/ec2-api-tools.rb" + +class AutoScaling