Due to the fact that i have a large volume of users and groups present on my chef nodes, running chef-client sends all that information to the chef server, causing performance issues.
I can whitelist attributes easily by adding something like this on client.rb :automatic_attribute_whitelist ["etc/group"]
Is there any way to blacklist a specific set of attributes from being sent to the Chef server?