From 594a310e674317b2305bee6433f462fc8d683611 Mon Sep 17 00:00:00 2001 From: Levon Becker Date: Fri, 17 Mar 2017 10:26:55 -0700 Subject: [PATCH] A little more cleanup of unused attributes --- attributes/aws.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/attributes/aws.rb b/attributes/aws.rb index a7e0778..95090be 100644 --- a/attributes/aws.rb +++ b/attributes/aws.rb @@ -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