chef-cookbooks / chef_client_updater

Chef Cookbook to update the chef client on nodes
https://supermarket.chef.io/cookbooks/chef_client_updater
Apache License 2.0
54 stars 79 forks source link

Fix exec_command property to be overridable as node attribute #224

Closed HironariYo closed 11 months ago

HironariYo commented 3 years ago

Description

To utilize the command with post_install_action property, we should make exec_command value from kill to exec. But the value is not adjustable with override attribute. To fix this, it should have selective value with attribute on the resource.

Issues Resolved

246

Check List