diff --git a/types/include.pp b/types/include.pp new file mode 100644 index 0000000..f5b5f20 --- /dev/null +++ b/types/include.pp @@ -0,0 +1,5 @@ +# config files to be includes +# @summary +# directory of array of directories to be included +# +type Ssh::Include = Variant[String[1],Array[String[1]]]