Skip to content

Commit

Permalink
more chefstyle fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jaymz Julian <[email protected]>
  • Loading branch information
jjlimepoint committed Aug 21, 2018
1 parent 8d56bc1 commit 59950f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/chef/provisioning/aws_driver/aws_resource.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 5 additions & 5 deletions lib/chef/provisioning/aws_driver/version.rb
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion spec/aws_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 59950f8

Please sign in to comment.