DCD-224: Correct installation dir.

This commit is contained in:
Steve Smith
2019-04-15 15:49:19 +10:00
parent 79815a20c3
commit a72154a02b

View File

@@ -16,7 +16,7 @@ atl_product_home: "{{ atl_home_base }}/{{ atl_product_family }}"
atl_product_home_shared: "{{ atl_shared_mountpoint }}/{{ atl_product_family }}/shared" atl_product_home_shared: "{{ atl_shared_mountpoint }}/{{ atl_product_family }}/shared"
atl_product_installation_base: "/opt/atlassian" atl_product_installation_base: "/opt/atlassian"
atl_product_installation_dir: "{{ atl_product_installation_base }}/{{ atl_product }}" atl_product_installation_dir: "{{ atl_product_installation_base }}/{{ atl_product_edition }}"
atl_installer_temp: "{{ atl_product_installation_base }}/tmp" atl_installer_temp: "{{ atl_product_installation_base }}/tmp"
# The following are imports from the environment. These are generally # The following are imports from the environment. These are generally