mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 01:02:46 +01:00
Fix typos
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
run_installer:
|
||||
cmd.script:
|
||||
- name: salt://elasticfleet/files/so_agent-installers/so-elastic-agent_linux
|
||||
- name: salt://elasticfleet/files/so_agent-installers/so-elastic-agent_linux_amd64
|
||||
- cwd: /opt/so
|
||||
- args: -token={{ GRIDNODETOKEN }}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
. /usr/sbin/so-common
|
||||
|
||||
FLEETHOST="https://:{{ GLOBALS.manager_ip }}:8220"
|
||||
FLEETHOST="https://{{ GLOBALS.manager_ip }}:8220"
|
||||
|
||||
for i in {1..30}
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user