Skip to content

An opinionated Puppet Module to install and manage Ngrok.

Notifications You must be signed in to change notification settings

kevinneufeld/puppet-ngrok

Repository files navigation

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

About

An opinionated Puppet Module to install and manage Ngrok.

Resources

Stars

Watchers

Forks

Packages

No packages published