mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 10:55:00 +01:00
9 lines
210 B
ObjectPascal
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 (
|
|
) {
|
|
}
|