curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P inspec inspec exec helloworld_spec.rb describe package('tcpwrapper') do it {should_not be_installed} end inspec init profile lm-example --overwrite inspec check lm-example inspec exec lm-example