This section explains how to create a new template based on an existing template (clone).
Edit me

In order to create a new template from an existing one, you can use the following command:

snow clone template <template_name> <new_template_name> <description>

The following example will create a new CentOS template (centos-7.3-custom) based on the default CentOS template (centos-7-default):

snow clone template centos-7.3-default centos-7.3-custom "This template contains my custom hooks and configuration"

You can also list all the available deployment templates with the following command:

# snow list templates
Template Name                     Description
-------------                     -----------
centos-7.3-default                Default template based on CentOS 7.3
                                  path : /sNow/snow-configspace/boot/templates/centos-7.3-default
centos-7.3-custom                 This template contains my custom hooks and configuration
                                  path : /sNow/snow-configspace/boot/templates/centos-7.3-custom
Tags: