Skip to content

Latest commit

 

History

History
78 lines (42 loc) · 1.36 KB

REFERENCE.md

File metadata and controls

78 lines (42 loc) · 1.36 KB

Reference

Table of Contents

Classes

Classes

matterbridge

manages the matterbridge bridge

Parameters

The following parameters are available in the matterbridge class:

user

Data type: String[1]

username that owns the files and runs the service

Default value: 'matterbridge'

group

Data type: String[1]

group that owns the files and runs the service

Default value: $user

manage_user

Data type: Boolean

boolean to enable/disable the user+group creation

Default value: true

home

Data type: Stdlib::Absolutepath

home dir for the user

Default value: '/opt/matterbridge'

version

Data type: String[1]

the desired matterbridge version you want to have

Default value: '1.24.1'

config

Data type: Hash

the configuration hash for matterbridge, will be converted to toml

Default value: {}