no longer need to create hypervisor pillar directory

This commit is contained in:
Josh Patterson
2025-05-07 09:01:22 -04:00
parent 8c37a4454c
commit 9e0f13cce5

View File

@@ -43,16 +43,6 @@ cloud_profiles:
MANAGERHOSTNAME: {{ grains.host }}
MANAGERIP: {{ pillar.host.mainip }}
- 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 %}
{% else %}