Disable compile-time installation of gems. Recommended value: false. The chef-client will emit a warning when this setting is true. Use a respond_to? check to ensure backward compatibility. For example:
...
IMO, should read something like:
compile_time
Ruby Types: TrueClass, FalseClass
Control the stage of gem installation (compile-time or converge-time). Recommended value: false (therefore install the gem at converge-time). The chef-client will emit a warning when this setting is true. Use a respond_to? check to ensure backward compatibility. For example:
https://docs.chef.io/resource_chef_gem.html
IMO, should read something like: