mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-09 08:43:36 +01:00
support installing via pip for ubuntu
This commit is contained in:
@@ -2,16 +2,19 @@
|
||||
{% from "salt/map.jinja" import SALT_MODULE_CODE_PATH with context %}
|
||||
{% from "salt/map.jinja" import PYTHON3INFLUX with context %}
|
||||
{% from "salt/map.jinja" import PYTHON3INFLUXDEPS with context %}
|
||||
{% from "salt/map.jinja" import PYTHONINSTALLER with context %}
|
||||
|
||||
include:
|
||||
- salt.helper-packages
|
||||
|
||||
{#
|
||||
python3_influxdb_dependencies:
|
||||
pkg.installed:
|
||||
{{PYTHONINSTALLER}}.installed:
|
||||
- pkgs: {{ PYTHON3INFLUXDEPS }}
|
||||
#}
|
||||
|
||||
python3_influxdb:
|
||||
pkg.installed:
|
||||
{{PYTHONINSTALLER}}.installed:
|
||||
- name: {{ PYTHON3INFLUX }}
|
||||
|
||||
#https://github.com/saltstack/salt/issues/59766
|
||||
@@ -38,4 +41,5 @@ influxdbmod.py_shard_duration_patch:
|
||||
- source: salt://salt/files/influxdbmod.py.patch
|
||||
- require:
|
||||
- pkg: python3_influxdb
|
||||
- pkg: patch_package
|
||||
- pkg: patch_package
|
||||
- reload_modules: True
|
||||
Reference in New Issue
Block a user