Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 251 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 251 Bytes

Puppet-Node-RED

Overview

Puppet module for installing Node-RED.

Simple Usage

include nodered

With Authentication

class { 'nodered':
    user => 'user',
    password => 'password',
}