{% if platform == 'redhat' %}
redhatoracle
{% endif %}
{% if platform == 'centos' %}
centos
{% endif %}
{% if platform == 'ubuntu' %}
ubuntu
{% endif %}
{% if platform == 'solaris' %}
solaris
{% endif %}
{% if platform == 'aix' %}
aix
{% endif %}
{% if platform == 'suse' %}
suse
{% endif %}
{% if platform == 'vmware' %}
vmware
{% endif %}
{% if 'windows' in platform %}
{{ platform }}
{% endif %}
{% if platform == 'python' %}
python
{% endif %}
{% if platform == 'vmware' %}
{% if instructions.notes %}
{% for note in instructions.notes %}
{{ note }}
{% endfor %}
{% else %}
Download the OVF and deploy it via VMware vSphere.
{% endif %}
{% else %}
{% if instructions.command %}
{% endif %}
{% if instructions.download_link %}
Download the installer and run it.
{% endif %}
{% endif %}