mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-10-31 19:02:17 +00:00
Update getDefaultCustomizationSpec.js
This commit is contained in:
parent
6ecafb8de8
commit
0b294a8e8b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* JavaScript: getDefaultCustomizationSpec action
|
/* JavaScript: getDefaultCustomizationSpec action
|
||||||
Consults a vRO configuration ("CustomizationSpecs") to suggest a default/preferred customization spec based on OS family type and whether the machine will be domain-joined.
|
Consults a vRO configuration ("CustomizationSpecs") to suggest a default/preferred spec based on OS family and domain join status.
|
||||||
Inputs: imageName (string), adObject (boolean)
|
Inputs: imageName (string), adObject (boolean)
|
||||||
*/
|
*/
|
||||||
if (!(imageName == "" || imageName == null)) {
|
if (!(imageName == "" || imageName == null)) {
|
||||||
|
|
Loading…
Reference in a new issue