From ec89b9f8c0e039d14dfc235139d3d106fae34908 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 23 May 2018 13:29:53 -0500 Subject: [PATCH] Cookstyle fix Signed-off-by: Tim Smith --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index ba754f5..68633dd 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['postfix']['packages'] = %w[postfix] +default['postfix']['packages'] = %w(postfix) # Generic cookbook attributes default['postfix']['mail_type'] = 'client'