Version information
released Apr 18th 2016
This version is compatible with:
- Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.3.0 < 5.0.0
- Darwin, Debian, Fedora, Ubuntu
Start using this module
Add this module to your Puppetfile:
mod 'thekevjames-ngrok', '1.1.0'
Learn more about managing modules with a PuppetfileDocumentation
thekevjames/ngrok — version 1.1.0 Apr 18th 2016
puppet-ngrok
An opinionated Puppet Module to install and manage Ngrok.
puppet-ngrok is available on the Puppet Forge.
Usage
Simply
class { '::ngrok':
home => '/home/kevin',
token => hiera('ngrok', '[unsecretify me!]'),
}
to make sure ngrok is installed.
Configuration
In addition to the above value set for ngrok
, you can also use
hiera to override the following defaults:
ngrok::dependencies:
- curl
- unzip
ngrok::url: https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
Dependencies
- puppetlabs/stdlib (>= 4.2.0 < 5.0.0)