mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
MySQL Module - fix password designation
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
{%- set MYSQLPASS = salt['pillar.get']('master:mysqlpass', 'iwonttellyou') -%}
|
{%- set MYSQLPASS = salt['pillar.get']('auth:mysql', 'iwonttellyou') -%}
|
||||||
{{ MYSQLPASS }}
|
{{ MYSQLPASS }}
|
||||||
|
|||||||
Reference in New Issue
Block a user