Closed lbn-chef-team closed 5 years ago
Hello @lbn-aaio-team,
Thanks for the report, we'll look into it and keep you posted.
Regards, JM
Hi, I'm facing the same behavior. Is it normal?
Regards, Rosario
Hello,
Hum, no this is not normal.
Hello,
it seems that v2.0.0 does not fix the problem and this resource still not idempotent. I think the following modification is not correct: https://github.com/criteo-cookbooks/wsus-client/commit/43a6e78aee79994493da91964cb29607fdab5fce
should be
{ type: :string, name: 'TargetGroup', data: conf['update_group'] || '' },
or
{ type: :string, name: 'TargetGroup', data: conf['update_group'] ? conf['update_group'] : '' },
Regards,
The fix is clearly wrong.
there is a PR already that fixes this, merging it would be nice.
Released in 2.0.2
Thanks
Hello,
meet this problem at each run:
the cause is from: https://github.com/criteo-cookbooks/wsus-client/blob/master/recipes/configure.rb
on line 54:
should be:
to be idempotent when node['wsus_client']['update_group'] is nil.
Regards,