mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-26 14:37:49 +02:00
Launcher Module - Fix Package naming
This commit is contained in:
@@ -5,8 +5,8 @@ launcherpkg:
|
|||||||
pkg.installed:
|
pkg.installed:
|
||||||
- sources:
|
- sources:
|
||||||
{% if grains['os'] == 'CentOS' %}
|
{% if grains['os'] == 'CentOS' %}
|
||||||
- launcher: salt://launcher/packages/launcher.rpm
|
- launcher-final: salt://launcher/packages/launcher.rpm
|
||||||
{% elif grains['os'] == 'Ubuntu' %}
|
{% elif grains['os'] == 'Ubuntu' %}
|
||||||
- launcher: salt://launcher/packages/launcher.deb
|
- launcher-final: salt://launcher/packages/launcher.deb
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user