You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Providing no run list and using custom_json_attr results in a first run failure:
# Logfile created on 2019-11-18 17:02:43 +0000 by logger.rb/61378
[2019-11-18T17:02:51+00:00] ERROR: Running exception handlers
[2019-11-18T17:02:51+00:00] ERROR: Exception handlers complete
[2019-11-18T17:02:51+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2019-11-18T17:02:51+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2019-11-18T17:02:51+00:00] FATAL: Chef::PolicyBuilder::Policyfile::UnsupportedFeature: Policyfile does not support override run lists. Use named run_lists instead.
Reoccurrence of #211
Providing no run list and using
custom_json_attr
results in a first run failure:Line in question appears to be
azure-chef-extension/lib/chef/azure/commands/enable.rb
Line 265 in 4071946
first_client_run_recipe.rb
is interpreted as a named run list.e.g.
chef-client /opt/chef/embedded/lib/ruby/gems/2.5.0/gems/azure-chef-extension-0.0.1/lib/chef/azure/first_client_run_recipe.rb -j /etc/chef/first-boot.json -c /etc/chef/client.rb
Related #259, as full support for Policyfiles rather than using
custom_json_attrs
would be preferable.The text was updated successfully, but these errors were encountered: