chef-boneyard / chef-client

Development repository for Chef Client cookbook
http://supermarket.chef.io/cookbooks/chef-client
Apache License 2.0
176 stars 421 forks source link

Warning log message - mode 644 for group on template resource #720

Open fluxX04 opened 3 years ago

fluxX04 commented 3 years ago

Hello,

after upgrading the cookbook to the latest version (before: 11.5.0) i notice the warning messages in the client.log:

....
  * template[C:/chef/client.rb] action create[2020-12-15T17:01:10+01:00] INFO: Processing template[C:/chef/client.rb] action create (chef-client::config line 80)
[2020-12-15T17:01:10+01:00] WARN: Mode 644 includes bits for the group, but group is not specified
 (up to date)
.....

This warning message comes from this change f54bfd96a2b70238ac1cb7c9843a7facaa629235 - when i revert the change no warning messages gets logged.

OS: Win10 20H2 chef-client version: 16.8.14 chef-client cookbook version: 12.3.3

Greetz