puppet-hashi_stack/manifests/config_file.pp
Bram Vogelaar 9ef92100a9
feat: initial pass on hcl config
Signed-off-by: Bram Vogelaar <bram@attachmentgenie.com>
2023-12-28 22:30:05 +01:00

9 lines
210 B
ObjectPascal

# @summary A short summary of the purpose of this defined type.
#
# A description of what this defined type does
#
# @example
# hashi_stack::config_file { 'namevar': }
define hashi_stack::config_file (
) {
}