From ecd7c304bb759c22f54f20bb5e3797ae6de3c01c Mon Sep 17 00:00:00 2001 From: Michael Hale Date: Thu, 8 Jul 2010 13:35:10 -0400 Subject: amazon web services autoscaling formula Signed-off-by: Adam Vandenberg --- Library/Formula/auto-scaling.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/Formula/auto-scaling.rb (limited to 'Library/Formula') diff --git a/Library/Formula/auto-scaling.rb b/Library/Formula/auto-scaling.rb new file mode 100644 index 000000000..318414db0 --- /dev/null +++ b/Library/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