mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 22:12:48 +01:00
merge with dev and resolv conflicts
This commit is contained in:
@@ -60,12 +60,8 @@ slack_url = YOURSLACKWORKSPACE
|
||||
slack_webhook = YOURSLACKWEBHOOK
|
||||
|
||||
[playbook]
|
||||
<<<<<<< HEAD
|
||||
playbook_url = http://{{MANAGER}}:3200/playbook
|
||||
=======
|
||||
playbook_url = http://{{MASTER}}:3200/playbook
|
||||
playbook_ext_url = https://{{MASTER}}/playbook
|
||||
>>>>>>> remotes/origin/dev
|
||||
playbook_ext_url = https://{{MANAGER}}/playbook
|
||||
playbook_key = de6639318502476f2fa5aa06f43f51fb389a3d7f
|
||||
playbook_verifycert = no
|
||||
playbook_unit_test_index = playbook-testing
|
||||
|
||||
@@ -1,12 +1,6 @@
|
||||
<<<<<<< HEAD
|
||||
{% set es = salt['pillar.get']('static:managerip', '') %}
|
||||
{% set hivehost = salt['pillar.get']('static:managerip', '') %}
|
||||
{% set hivekey = salt['pillar.get']('static:hivekey', '') %}
|
||||
=======
|
||||
{%- set es = salt['pillar.get']('static:masterip', '') %}
|
||||
{%- set hivehost = salt['pillar.get']('static:masterip', '') %}
|
||||
{%- set hivekey = salt['pillar.get']('static:hivekey', '') %}
|
||||
>>>>>>> remotes/origin/dev
|
||||
alert: hivealerter
|
||||
|
||||
hive_connection:
|
||||
|
||||
Reference in New Issue
Block a user