mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-29 06:45:34 +01:00
feat: initial pass on hcl config
Signed-off-by: Bram Vogelaar <bram@attachmentgenie.com>
This commit is contained in:
parent
2e6986a13f
commit
9ef92100a9
3 changed files with 59 additions and 0 deletions
9
manifests/config_file.pp
Normal file
9
manifests/config_file.pp
Normal file
|
@ -0,0 +1,9 @@
|
|||
# @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 (
|
||||
) {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue