Version information
released Dec 24th 2015
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'reederz-nodered', '0.2.1'
Learn more about managing modules with a PuppetfileDocumentation
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',
}