From 2ae8278f19d7a7f40a1cdb95bfc01f88a191bba6 Mon Sep 17 00:00:00 2001 From: ICRAS Mu Administrator Date: Fri, 2 Oct 2020 01:03:45 -0400 Subject: [PATCH] AWS::Role#groom: The Lost Comment (re-uncomment bindTo call) --- modules/mu/providers/aws/role.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mu/providers/aws/role.rb b/modules/mu/providers/aws/role.rb index 2bbc8a3d2..633b5fb99 100644 --- a/modules/mu/providers/aws/role.rb +++ b/modules/mu/providers/aws/role.rb @@ -137,7 +137,7 @@ def groom if !@config['bare_policies'] and (@config['raw_policies'] or @config['attachable_policies']) -# bindTo("role", @mu_name) + bindTo("role", @mu_name) end end