mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
influx upgrade
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{%- set role = grains.id.split('_') | last %}
|
||||
|
||||
{%- set influxpass = salt['pillar.get']('secrets:influx_pass') %}
|
||||
{%- set influxauth = 'so:' + influxpass | base64 %}
|
||||
{%- set influxauth = ('so:' + influxpass) | base64_encode %}
|
||||
|
||||
worker_processes auto;
|
||||
error_log /var/log/nginx/error.log;
|
||||
|
||||
@@ -28,6 +28,7 @@ nginxconf:
|
||||
- group: 939
|
||||
- template: jinja
|
||||
- source: salt://nginx/etc/nginx.conf
|
||||
- show_changes: False
|
||||
|
||||
nginxlogdir:
|
||||
file.directory:
|
||||
|
||||
Reference in New Issue
Block a user