File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1094,7 +1094,7 @@ def atomic_req_submit
1094
1094
end
1095
1095
common_st_record_vars ( st )
1096
1096
add_orchestration_template_vars ( st ) if st . kind_of? ( ServiceTemplateOrchestration )
1097
- add_ansible_tower_job_template_vars ( st ) if st . kind_of? ( ServiceTemplateAnsibleTower ) || st . kind_of? ( ServiceTemplateAwx )
1097
+ add_configuration_script_vars ( st ) if st . kind_of? ( ServiceTemplateAnsibleTower ) || st . kind_of? ( ServiceTemplateAwx ) || st . kind_of? ( ServiceTemplateTerraformEnterprise )
1098
1098
add_server_profile_template_vars ( st ) if @edit [ :new ] [ :st_prov_type ] == 'cisco_intersight'
1099
1099
st . service_type = "atomic"
1100
1100
@@ -1658,7 +1658,7 @@ def add_orchestration_template_vars(st)
1658
1658
st . orchestration_manager = @edit [ :new ] [ :manager_id ] . nil? ? nil : ExtManagementSystem . find ( @edit [ :new ] [ :manager_id ] )
1659
1659
end
1660
1660
1661
- def add_ansible_tower_job_template_vars ( st )
1661
+ def add_configuration_script_vars ( st )
1662
1662
st . job_template = @edit [ :new ] [ :template_id ] . nil? ? nil : ConfigurationScript . find ( @edit [ :new ] [ :template_id ] )
1663
1663
end
1664
1664
You can’t perform that action at this time.
0 commit comments