Update 9101_output_osquery_livequery.conf.jinja

This commit is contained in:
Mike Reeves
2021-03-09 13:15:04 -05:00
committed by GitHub
parent 734d25b1ac
commit 2e01330e1b

View File

@@ -34,10 +34,8 @@ output {
template_name => "so-osquery" template_name => "so-osquery"
template => "/templates/so-osquery-template.json" template => "/templates/so-osquery-template.json"
template_overwrite => true template_overwrite => true
{%- if grains['role'] in ['so-node','so-heavynode'] %}
ssl => true ssl => true
ssl_certificate_verification => false ssl_certificate_verification => false
{%- endif %}
} }
} }
} }