Version information
released Dec 24th 2015
This version is compatible with:
- Ubuntu
Start using this module
Documentation
reederz/nodered — version 0.2.1 Dec 24th 2015
Puppet-Node-RED
Overview
Puppet module for installing Node-RED.
Simple Usage
include nodered
With Authentication
class { 'nodered':
user => 'user',
password => 'password',
}