mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-28 23:47:55 +02:00
added warning about installing and ensure can only install workstation on centos
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{# we only want this state to run it is CentOS #}
|
||||
{% if grains.os == 'CentOS' %}
|
||||
|
||||
xwindows_group:
|
||||
pkg.group_installed:
|
||||
- name: X Window System
|
||||
@@ -45,3 +48,11 @@ workstation_packages:
|
||||
- perl-Net-DNS
|
||||
- securityonion-chaosreader
|
||||
- securityonion-analyst-extras
|
||||
|
||||
{% else %}
|
||||
|
||||
workstation_packages_os_fail:
|
||||
test.fail_without_changes:
|
||||
- comment: 'SO Analyst Workstation can only be installed on CentOS'
|
||||
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user