mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 19:52:51 +01:00
no longer need to create hypervisor pillar directory
This commit is contained in:
@@ -43,16 +43,6 @@ cloud_profiles:
|
|||||||
MANAGERHOSTNAME: {{ grains.host }}
|
MANAGERHOSTNAME: {{ grains.host }}
|
||||||
MANAGERIP: {{ pillar.host.mainip }}
|
MANAGERIP: {{ pillar.host.mainip }}
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
|
||||||
{% for role, hosts in HYPERVISORS.items() %}
|
|
||||||
{% for host in hosts.keys() %}
|
|
||||||
|
|
||||||
hypervisor_{{host}}_{{role}}_pillar_dir:
|
|
||||||
file.directory:
|
|
||||||
- name: /opt/so/saltstack/local/pillar/hypervisor/{{host}}_{{role}}
|
|
||||||
|
|
||||||
{% endfor %}
|
|
||||||
{% endfor %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user