Skip to content

Commit

Permalink
Remove group config that's a default
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Aug 27, 2020
1 parent 3344ad4 commit f54bfd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit f54bfd9

Please sign in to comment.