Homogeneous or heterogeneous.This describes whether all data items in a particular repository are of the same type. One example is a collection of elements in an array, or of various types, such as an abstract data type defined as a structure in C or a class specification in Java. Static ...
runcmdruns a command only on first boot. It can execute commands specified as lists or strings. All the commands have to be in the yaml syntax (therefore, make sure to quote any problematic characters). The syntax is: runcmd: - array of (array of string)/(string)Copy Like in the fol...