diff --git a/lib/chef/provisioning/aws_driver/aws_resource.rb b/lib/chef/provisioning/aws_driver/aws_resource.rb index 80110702..f082b008 100644 --- a/lib/chef/provisioning/aws_driver/aws_resource.rb +++ b/lib/chef/provisioning/aws_driver/aws_resource.rb @@ -1,4 +1,4 @@ -# Parts of AWS we support - for now this is scattershot, later this will get cleaned up +# Parts of AWS we support - for now this is scattershot, later this will get cleaned up require "aws-sdk-s3" require "aws-sdk-ec2" require "aws-sdk-rds" diff --git a/lib/chef/provisioning/aws_driver/version.rb b/lib/chef/provisioning/aws_driver/version.rb index 9fedd24c..cfc26ed8 100644 --- a/lib/chef/provisioning/aws_driver/version.rb +++ b/lib/chef/provisioning/aws_driver/version.rb @@ -1,7 +1,7 @@ class Chef -module Provisioning -module AWSDriver - VERSION = '4.0.0' -end -end + module Provisioning + module AWSDriver + VERSION = '4.0.0' + end + end end diff --git a/spec/aws_support.rb b/spec/aws_support.rb index 82bf8c81..8ff112f5 100644 --- a/spec/aws_support.rb +++ b/spec/aws_support.rb @@ -22,7 +22,7 @@ def self.extended(other) # Add AWS to the list of objects which can be matched against a Hash or Array # Parts of AWS we support - for now this is scattershot, later this will get cleaned up require "aws-sdk-s3" - require "aws-sdk-ec2" + require "aws-sdk-ec2" require "aws-sdk-rds" require "aws-sdk-route53" require "aws-sdk-autoscaling"