node.set is deprecated and will be removed in Chef 14
_ [vdr] node.set is deprecated and will be removed in Chef 14
chef-client を動かすと、
Deprecated features used!
node.set is deprecated and will be removed in Chef 14, please use node.default/node.override (or node.normal only if you really need persistence) at 1 location:
- /var/chef/cache/cookbooks/locale-gen/recipes/default.rb:24:in `from_file'
という警告が出てた。locale-gen Cookbook の node.set[“localegen”][“locale_file”] のようだ。 指示の通り、node.default に直しておいた。