e.g.: ```cookbook_file node['our-osquery-cookbook'...
# general
c
e.g.:
Copy code
cookbook_file node['our-osquery-cookbook']['config']['root_file'] do
  source    'osquery/core.conf'
  mode      0440
  owner     'root'
  group     'wheel'

  verify 'service osqueryd stop && /usr/bin/osqueryctl config-check'
end