Skip to content

Commit

Permalink
Merge pull request #64 from voxpupuli/add_reference_md
Browse files Browse the repository at this point in the history
add REFERENCE.md for testing the voxbox
  • Loading branch information
rwaffen authored Jul 30, 2024
2 parents 795234c + 9457cc2 commit 67da060
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Reference

<!-- DO NOT EDIT: This document was generated by Puppet Strings -->

## Table of Contents

### Classes

* [`example`](#example): An example class

## Classes

### <a name="example"></a>`example`

An example class

#### Parameters

The following parameters are available in the `example` class:

* [`file`](#-example--file)
* [`content`](#-example--content)

##### <a name="-example--file"></a>`file`

Data type: `Stdlib::Absolutepath`

The file to manage

Default value: `'/tmp/puppet-example'`

##### <a name="-example--content"></a>`content`

Data type: `String[1]`

The content in the file

Default value: `'Hello World!'`

0 comments on commit 67da060

Please sign in to comment.