Merge branch 'dev' into foxtrot

This commit is contained in:
William Wernert
2021-03-09 13:51:13 -05:00

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 %}
} }
} }
} }