From f54bfd96a2b70238ac1cb7c9843a7facaa629235 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 26 Aug 2020 19:07:34 -0700 Subject: [PATCH] Remove group config that's a default Signed-off-by: Tim Smith --- recipes/config.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/config.rb b/recipes/config.rb index 6e11e655..a5fb2a78 100644 --- a/recipes/config.rb +++ b/recipes/config.rb @@ -80,7 +80,6 @@ class ::Chef::Recipe template "#{node['chef_client']['conf_dir']}/client.rb" do source 'client.rb.erb' owner d_owner - group node['root_group'] mode '0644' variables( chef_config: node['chef_client']['config'],