Configuration Templates let you specify service configurations for a group of servers. You can modify a Configuration Template at any time:
-
Go to the Configuration Templates page. (Click the Administration tab, then click Configuration Templates.)
-
Click the name of the Configuration Template that you want to modify.
-
In the Edit Template window, in Service Configuration JSON, edit the template's configuration as needed.
Configuration Templates must be written in JSON format. Make sure the edited JSON file is compliant with BSUS Configuration Template restrictions:
Make sure that the defined schema
versionat the top of the file is 1.0.0, 1.1.0, or 1.2.0:{ "version": "1.0.0", (other settings) }
For more details on the format, see Configuration Template format.
When you're done, click Update Template.