You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Set up the server using the provided hostname instead of the default hostname",
41
41
},
42
-
"post_installation_script_link": {
43
-
Type: schema.TypeString,
44
-
Computed: true,
45
-
Description: "Indicate the URL where your postinstall customisation script is located",
46
-
},
47
-
"post_installation_script_return": {
48
-
Type: schema.TypeString,
49
-
Computed: true,
50
-
Description: "Indicate the string returned by your postinstall customisation script on successful execution. Advice: your script should return a unique validation string in case of succes. A good example is 'loh1Xee7eo OK OK OK UGh8Ang1Gu'",
Description: "Indicate the URL where your postinstall customisation script is located",
83
-
},
84
-
"post_installation_script_return": {
85
-
Type: schema.TypeString,
86
-
Optional: true,
87
-
ForceNew: true,
88
-
Description: "indicate the string returned by your postinstall customisation script on successful execution. Advice: your script should return a unique validation string in case of succes. A good example is 'loh1Xee7eo OK OK OK UGh8Ang1Gu'",
Description: "Set up the server using the provided hostname instead of the default hostname",
52
52
},
53
-
"post_installation_script_link": {
54
-
Type: schema.TypeString,
55
-
Optional: true,
56
-
Description: "Indicate the URL where your postinstall customisation script is located",
57
-
},
58
-
"post_installation_script_return": {
59
-
Type: schema.TypeString,
60
-
Optional: true,
61
-
Description: "indicate the string returned by your postinstall customisation script on successful execution. Advice: your script should return a unique validation string in case of succes. A good example is 'loh1Xee7eo OK OK OK UGh8Ang1Gu'",
Copy file name to clipboardexpand all lines: website/docs/d/me_installation_template.html.markdown
-2
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,6 @@ The following attributes are exported:
26
26
*`category`: Category of this template (informative only).
27
27
*`customization`:
28
28
*`custom_hostname`: Set up the server using the provided hostname instead of the default hostname.
29
-
*`post_installation_script_link`: Indicate the URL where your postinstall customisation script is located.
30
-
*`post_installation_script_return`: Indicate the string returned by your postinstall customisation script on successful execution. Advice: your script should return a unique validation string in case of succes. A good example is 'loh1Xee7eo OK OK OK UGh8Ang1Gu'.
31
29
*`description`: Information about this template.
32
30
*`distribution`: Distribution this template is based on.
33
31
*`end_of_install` - End of install date of the template.
*`language` - Deprecated, will be removed in next release.
140
156
*`no_raid` - Set to true to disable RAID.
141
-
*`post_installation_script_link` - Indicate the URL where your postinstall customisation script is located.
142
-
*`post_installation_script_return` - Indicate the string returned by your postinstall customisation script on successful execution. Advice: your script should return a unique validation string in case of succes. A good example is 'loh1Xee7eo OK OK OK UGh8Ang1Gu'.
143
157
*`soft_raid_devices` - soft raid devices.
144
158
*`use_spla` - Deprecated, will be removed in next release.
*`category`: Category of this template (informative only). (basic, customer, hosting, other, readyToUse, virtualisation).
24
24
*`customization`:
25
25
*`custom_hostname`: Set up the server using the provided hostname instead of the default hostname.
26
-
*`post_installation_script_link`: Indicate the URL where your postinstall customisation script is located.
27
-
*`post_installation_script_return`: indicate the string returned by your postinstall customisation script on successful execution. Advice: your script should return a unique validation string in case of succes. A good example is 'loh1Xee7eo OK OK OK UGh8Ang1Gu'.
28
26
*`description`: information about this template.
29
27
*`distribution`: the distribution this template is based on.
0 commit comments