Change Firewall Pillar Structure

This commit is contained in:
Mike Reeves
2022-09-20 13:28:32 -04:00
parent 27a9edbef7
commit 555bd678fb

View File

@@ -54,24 +54,18 @@ firewall:
global: True
title: Receiver
portgroups:
analyst:
description: List of ports for use with Analyst connections.
portgroups__yaml:
description: Port Groups
file: True
global: True
title: Analyst Ports
analyst_workstations:
description: List of ports for use with analyst workstations.
file: True
global: True
title: Analyst Workstation Ports
standalone:
description: List of ports for use with Standalone.
file: True
global: True
title: Standalone
advanced: True
title: Port Groups
syntax: yaml
ports:
ports__yaml:
description: Ports in YAML.
file: True
global: True
title: Ports
advanced: True
title: Ports
syntax: yaml