template

Type representing available templates for CUBE servers.

Parameters:

NameRequiredDescription

name

true

The name of the template.

Properties:

NameRequiredDescription

cores

No

The CPU cores count.

ram

No

The RAM size in MB.

storage_size

No

The storage size in GB.

***

Changeable properties:

No Changeable properties

Examples

To list resources:

puppet resource template

NOTE: If two resources have the same name only one of them will be shown.

To create, update or delete a resource:

No example available

Last updated