Skip to content

reederz/puppet-nodered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet-Node-RED

Overview

Puppet module for installing Node-RED.

Simple Usage

include nodered

With Authentication

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