Merge branch 'PR343_merge' of https://github.com/mergwyn/puppet-module-ssh into PR343_merge

This commit is contained in:
mergwyn 2020-07-06 21:02:53 +01:00
commit bedb272790

5
types/include.pp Normal file
View File

@ -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]]]