Skip to content

Instantly share code, notes, and snippets.

@eputnam
Created January 29, 2018 20:25
Show Gist options
  • Save eputnam/7f948e94eec484cb5cb4a3e2b7daf79f to your computer and use it in GitHub Desktop.
Save eputnam/7f948e94eec484cb5cb4a3e2b7daf79f to your computer and use it in GitHub Desktop.

Classes

klass

Examples

This is an example
class { 'klass':
  param1 => 1,
  param3 => 'foo',
}

Parameters

The following parameters are available in the klass class.

param1

Data type: Integer

First param.

param2

Data type: Any

Second param.

param3

Data type: String

Third param.

Default value: hi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment