On page http://docs.usharesoft.com/projects/hammr/en/latest/pages/templates/templates-spec/stack-os.html the specific fields for Windows templates are not mentioned.
Those are:
windowsEdition: a string providing the Windows Server edition to use (e.g. standard, datacenter, ...)
windowsType: a string providing the type of Windows Server to use (e.g. full, core)
windowsLanguage: a string providing the language to use (e.g. English).
As an example, the following is correct:
windowsEdition: "standard"
windowsType: "full"
windowsLanguage: "English"
Those should be added to the documentation.
On page http://docs.usharesoft.com/projects/hammr/en/latest/pages/templates/templates-spec/stack-os.html the specific fields for Windows templates are not mentioned.
Those are:
As an example, the following is correct:
Those should be added to the documentation.