Merge pull request #352 from Security-Onion-Solutions/TOoSmOotH-patch-1

T oo sm oot h patch 1
This commit is contained in:
Mike Reeves
2020-02-13 15:28:24 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ Once you resolve those requirements or are using Ubuntu 16.04 do the following:
``` ```
git clone https://github.com/Security-Onion-Solutions/securityonion-saltstack git clone https://github.com/Security-Onion-Solutions/securityonion-saltstack
cd securityonion-saltstack cd securityonion-saltstack
sudo bash so-setup-network.sh sudo bash so-setup-network
``` ```
Follow the prompts and reboot if asked to do so. Follow the prompts and reboot if asked to do so.

View File

@@ -26,7 +26,7 @@
# user = "$USER" # user = "$USER"
{% if grains['role'] == 'so-helix' %} {% if grains['role'] == 'so-helix' %}
meta_cbid = {{ UNIQUEID }} meta_cbid = "{{ UNIQUEID }}"
{% endif %} {% endif %}
# Configuration for telegraf agent # Configuration for telegraf agent