Skip to content

Commit

Permalink
A little more cleanup of unused attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
LevonBecker committed Mar 17, 2017
1 parent e05c62a commit 594a310
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion attributes/aws.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
aws['az'] = node['ec2']['placement_availability_zone']
aws['region'] = node['ec2']['placement_availability_zone'].slice(0..-2)
aws['efs_filesystem_id'] = nil
aws['create_logs_group'] = true
aws['logs_group_name'] = nil
end

0 comments on commit 594a310

Please sign in to comment.