Jared Quick

Results 15 comments of Jared Quick

Thanks for this request! Love the idea 👍

This is currently a issue with require_controls/include_controls. We actually run them all we just only report on the ones listed. This is on our list to address post 3.0

This is a odd one. This error should not be hurting your setup unless your trying to use the A2 report with a non-chef node. We try to attach a...

The error message `[2018-06-28T20:46:54-07:00] ERROR: Cannot find a UUID for your node.` should not be stopping your run at all. @rojomisin can you share your kitchen stack trace? I am...

@djdees @clintoncwolfe What I assume is happening is we have a empty "/var/chef/cache/data_collector_metadata.json" file from the chef startup. We should add a check in train to make sure the file...

I'm wondering if we should think about writing a uuid to `./inspec` if one cannot be found.

we could add this to the docker transport as a unique id pretty easy

I ran into this same issue, this would be really nice to have!

Agreed, for now we can just reverse it: `only_if { not os.windows? }` Understand not_if would be cleaner and more inline with the chef reverse though.