mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-15 21:52:47 +01:00
[fix] Further .sh extension removal
* Remove more .sh extensions * Edit jinja markup to prevent whitespace trimming
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{%- set ES = salt['pillar.get']('master:mainip', '') -%}
|
||||
#!/bin/bash
|
||||
{% set ES = salt['pillar.get']('master:mainip', '') %}
|
||||
{%- set MASTER = grains['master'] %}
|
||||
|
||||
# Wait for ElasticSearch to come up, so that we can query for version infromation
|
||||
echo -n "Waiting for ElasticSearch..."
|
||||
COUNT=0
|
||||
@@ -1,4 +1,6 @@
|
||||
{%- set ES = salt['pillar.get']('master:mainip', '') -%}
|
||||
#!/bin/bash
|
||||
{% set ES = salt['pillar.get']('master:mainip', '') %}
|
||||
|
||||
# Wait for ElasticSearch to come up, so that we can query for version infromation
|
||||
echo -n "Waiting for ElasticSearch..."
|
||||
COUNT=0
|
||||
@@ -6,7 +6,7 @@ crossclusterson:
|
||||
- shell: /bin/bash
|
||||
- cwd: /opt/so
|
||||
- runas: socore
|
||||
- source: salt://utility/bin/crossthestreams.sh
|
||||
- source: salt://utility/bin/crossthestreams
|
||||
- template: jinja
|
||||
|
||||
{% endif %}
|
||||
@@ -16,6 +16,6 @@ fixsearch:
|
||||
- shell: /bin/bash
|
||||
- cwd: /opt/so
|
||||
- runas: socore
|
||||
- source: salt://utility/bin/eval.sh
|
||||
- source: salt://utility/bin/eval
|
||||
- template: jinja
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user