chef-boneyard / delivery-sugar

DEPRECATED: Library cookbook that adds sugar to build cookbooks for Chef Delivery
Apache License 2.0
12 stars 26 forks source link

Documentation update for inspec_test_path #41

Open wer-sce opened 6 years ago

wer-sce commented 6 years ago

inspec_test_path needs to start with a slash. Documentation for the delivery-sugar cookbook should be updated and example should rather look like this:

delivery_inspec "run_inspec" do
  infra_node '10.0.0.1'
  os 'windows'
  inspec_test_path '/test/smoke'
end