mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-29 12:23:38 +01:00
use vrt
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
{% from 'allowed_states.map.jinja' import allowed_states %}
|
||||
{% if sls.split('.')[0] in allowed_states %}
|
||||
{% if 'hvn' in salt['pillar.get']('features', []) %}
|
||||
{% if 'vrt' in salt['pillar.get']('features', []) %}
|
||||
{% set manager_hostname = grains.id.split('_')[0] %}
|
||||
|
||||
# Check if hypervisor environment has been set up
|
||||
|
||||
Reference in New Issue
Block a user