I downloaded chefdk-0.17.17-e1.el6.x86_64 ( for Red Hat 6 )
When running chef verify, got following error.
Is is ok to ignore these ?
…
…
Running verification for component ‘chef-sugar’
…
F
Failures:
-
example::default When all attributes are default, on an unspecified platform converges successfully
Failure/Error: expect { chef_run }.to_not raise_errorexpected no Exception, got #<Net::HTTPServerException: 403 “AuthorizedOnly”> with backtrace:
# ./spec/unit/recipes/default_spec.rb:13:inblock (3 levels) in <top (required)>' # ./spec/unit/recipes/default_spec.rb:17:in
block (4 levels) in <top (required)>’
# ./spec/unit/recipes/default_spec.rb:17:in `block (3 levels) in <top (required)>’./spec/unit/recipes/default_spec.rb:17:in `block (3 levels) in <top (required)>’
Finished in 9.93 seconds (files took 13.55 seconds to load)
1 example, 1 failure
Failed examples:
rspec ./spec/unit/recipes/default_spec.rb:16 # example::default When all attributes are default, on an unspecified platform converges successfully